{ "info": { "author": "Chris Landa", "author_email": "stylesuxx@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Browserinfo\n===========\n\n A lightwight python wrapper for\n `browser-info.net `__ to retrieve UA\n strings\n\n|Build Status| |Downloads| |Documentation Status|\n\nWhat does browserinfo do?\n-------------------------\n\nIt allows you to retrieve user agent strings, sorted by popularity or\nmost recent.\n\nUsage example\n-------------\n\n.. code:: python\n\n >>> import browserinfo\n >>> browserinfo.recent(1)\n ['Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.85 Safari/537.36\\n']\n >>> browserinfo.popular(1)\n ['Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; FSL 7.0.6.01001)']\n\nInstallation\n------------\n\nUse pip:\n\n::\n\n pip install -U browserinfo\n\nBuilding doc\n------------\n\nFrom the root of the directory run:\n\n::\n\n sphinx-apidoc -o docs/ browserinfo -f && cd docs && make html && cd ..\n\nBuilding Dist Package\n---------------------\n\nTo build a distributable package run:\n\n::\n\n python setup.py sdist\n\n.. |Build Status| image:: https://travis-ci.org/stylesuxx/browserinfo.svg?branch=master\n :target: https://travis-ci.org/stylesuxx/browserinfo\n.. |Downloads| image:: https://img.shields.io/pypi/dm/browserinfo.svg\n :target: https://img.shields.io/pypi/dm/browserinfo.svg\n.. |Documentation Status| image:: https://readthedocs.org/projects/browserinfo/badge/?version=latest\n :target: http://browserinfo.readthedocs.io/en/latest/?badge=latest", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/stylesuxx/browserinfo/tarball/0.2.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stylesuxx/browserinfo", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "browserinfo", "package_url": "https://pypi.org/project/browserinfo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/browserinfo/", "project_urls": { "Download": "https://github.com/stylesuxx/browserinfo/tarball/0.2.0", "Homepage": "https://github.com/stylesuxx/browserinfo" }, "release_url": "https://pypi.org/project/browserinfo/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "API wrapper for browser-info.net - retrieve UA strings", "version": "0.2.0" }, "last_serial": 2348327, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "8bc6701153729b4f867e2f6d751dfd30", "sha256": "daa5acea484cb62fdd92842147c51ac2930cb956533b409c448cc49b3d50826a" }, "downloads": -1, "filename": "browserinfo-0.1.0.tar.gz", "has_sig": false, "md5_digest": "8bc6701153729b4f867e2f6d751dfd30", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 909, "upload_time": "2016-09-17T01:03:50", "url": "https://files.pythonhosted.org/packages/a3/13/0b9343e08abdd769b818d27d8361bf54936c6b124d1098243d566a15dde1/browserinfo-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "1ed88472ec33ae740dce899ea90bad29", "sha256": "31c8dc625f602a928698fd0aa9c560dc7fed9c5a8e1f4cb7ee68da81c4266638" }, "downloads": -1, "filename": "browserinfo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1ed88472ec33ae740dce899ea90bad29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3018, "upload_time": "2016-09-17T20:10:01", "url": "https://files.pythonhosted.org/packages/3b/40/bcf35ec0ae3caa8634d843fcafa50c53fb2d380851e5306a19fc2e8aa072/browserinfo-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ed88472ec33ae740dce899ea90bad29", "sha256": "31c8dc625f602a928698fd0aa9c560dc7fed9c5a8e1f4cb7ee68da81c4266638" }, "downloads": -1, "filename": "browserinfo-0.2.0.tar.gz", "has_sig": false, "md5_digest": "1ed88472ec33ae740dce899ea90bad29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3018, "upload_time": "2016-09-17T20:10:01", "url": "https://files.pythonhosted.org/packages/3b/40/bcf35ec0ae3caa8634d843fcafa50c53fb2d380851e5306a19fc2e8aa072/browserinfo-0.2.0.tar.gz" } ] }