{ "info": { "author": "Shekhar Tiwatne", "author_email": "pythonic@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": ".. image:: http://pepy.tech/badge/httpagentparser\n :target: http://pepy.tech/project/httpagentparser\n\n.. image:: https://img.shields.io/pypi/v/httpagentparser.svg\n :target: https://pypi.python.org/pypi/httpagentparser\n\n.. image:: https://img.shields.io/travis/shon/httpagentparser.svg\n :target: https://travis-ci.org/shon/httpagentparser\n\n\n.. image:: https://img.shields.io/travis/shon/httpagentparser.svg\n :target: https://travis-ci.org/shon/httpagentparser\n\nFeatures\n--------\n\n- Fast\n- Detects OS and Browser. Does not aim to be a full featured agent parser\n- Will not turn into django-httpagentparser ;)\n\nUsage\n-----\n\n.. code-block:: python\n\n >>> import httpagentparser\n >>> s = \"Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.9 (KHTML, like Gecko) \\\n Chrome/5.0.307.11 Safari/532.9\"\n >>> print(httpagentparser.simple_detect(s))\n ('Linux', 'Chrome 5.0.307.11')\n >>> print(httpagentparser.detect(s))\n {'os': {'name': 'Linux'},\n 'browser': {'version': '5.0.307.11', 'name': 'Chrome'}}\n\n >>> s = \"Mozilla/5.0 (Linux; U; Android 2.3.5; en-in; HTC_DesireS_S510e Build/GRJ90) \\\n AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1\"\n >>> print(httpagentparser.simple_detect(s))\n ('Android Linux 2.3.5', 'Safari 4.0')\n >>> print(httpagentparser.detect(s))\n {'dist': {'version': '2.3.5', 'name': 'Android'},\n 'os': {'name': 'Linux'},\n 'browser': {'version': '4.0', 'name': 'Safari'}}\n\nHistory\n-------\n\nhttp://stackoverflow.com/questions/927552/parsing-http-user-agent-string/1151956#1151956\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://shon.github.com/httpagentparser", "keywords": "", "license": "http://www.opensource.org/licenses/mit-license.php", "maintainer": "", "maintainer_email": "", "name": "httpagentparser", "package_url": "https://pypi.org/project/httpagentparser/", "platform": "", "project_url": "https://pypi.org/project/httpagentparser/", "project_urls": { "Homepage": "http://shon.github.com/httpagentparser" }, "release_url": "https://pypi.org/project/httpagentparser/1.9.0/", "requires_dist": null, "requires_python": "", "summary": "Extracts OS Browser etc information from http user agent string", "version": "1.9.0" }, "last_serial": 5786217, "releases": { "-1.7.1-": [ { "comment_text": "", "digests": { "md5": "ead6e94e17f71750d542a2f464cdd806", "sha256": "d4db546ba00d80fc380c2337d559f9e93848a64b50df7a2ac04c96a9810900e9" }, "downloads": -1, "filename": "httpagentparser--1.7.1-.tar.gz", "has_sig": false, "md5_digest": "ead6e94e17f71750d542a2f464cdd806", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5596, "upload_time": "2014-05-08T15:45:17", "url": "https://files.pythonhosted.org/packages/6f/aa/375d124870f96adade512ff352d5dc0037ae88d7b1150aaa1c0a05722875/httpagentparser--1.7.1-.tar.gz" } ], "-1.7.2-": [ { "comment_text": "", "digests": { "md5": "bd9c263cab0707b6fb5ce83a6d672d03", "sha256": "f3d6cdf1c9fa44295a033358f1125208f03930d674de740f14f71ac0a52981dc" }, "downloads": -1, "filename": "httpagentparser--1.7.2-.tar.gz", "has_sig": false, "md5_digest": "bd9c263cab0707b6fb5ce83a6d672d03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5773, "upload_time": "2014-05-08T16:53:30", "url": "https://files.pythonhosted.org/packages/a9/cf/9e515252acda1f52f4b3efa188f0175cead9c307bdd3be41cfd85248195d/httpagentparser--1.7.2-.tar.gz" } ], "0.5": [], "0.6": [ { "comment_text": "", "digests": { "md5": "0686198a434b2594ec2784d40fbf131e", "sha256": "be07bf79ac2e1480256cab361a5d6c723d9bb7961aa73a711c58931e9ad95155" }, "downloads": -1, "filename": "httpagentparser-0.6.tar.gz", "has_sig": false, "md5_digest": "0686198a434b2594ec2784d40fbf131e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2473, "upload_time": "2009-07-18T17:19:47", "url": "https://files.pythonhosted.org/packages/42/33/ab7e8f3506f89680774bd5c9c600fe6ba8cd7fbe1e66b46e42dd80a1c30e/httpagentparser-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "4735441aa7e7544d794a895c8c270be6", "sha256": "4b333ca1bbbc1c1daa747474da9d940865acf803765c855e10788268a127561a" }, "downloads": -1, "filename": "httpagentparser-0.7.tar.gz", "has_sig": false, "md5_digest": "4735441aa7e7544d794a895c8c270be6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2546, "upload_time": "2009-07-18T17:27:44", "url": "https://files.pythonhosted.org/packages/5b/b8/32ecb4e5365ecf842319447ed9402a27af31f3b58d356f08f01c2f644849/httpagentparser-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "8c91bc9fd69725f6946eb1a4318a5288", "sha256": "391890ac74af0e8b5548ed9ab12fffd9c21ea89710b81b9c77c793476c3d82e0" }, "downloads": -1, "filename": "httpagentparser-0.8-py2.6.egg", "has_sig": false, "md5_digest": "8c91bc9fd69725f6946eb1a4318a5288", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 6884, "upload_time": "2009-09-20T15:34:43", "url": "https://files.pythonhosted.org/packages/df/97/2ab0a4f29189df38679d0ee86e9e2cb73dcf9b90bbc902b65692a6a6788e/httpagentparser-0.8-py2.6.egg" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "e77632ded8fc0087d187bdca3a0c376e", "sha256": "27daa70a97912969e245b3dd5af055e94ab7c109134a8d72919d689dff7cdcfa" }, "downloads": -1, "filename": "httpagentparser-0.8.1.tar.gz", "has_sig": false, "md5_digest": "e77632ded8fc0087d187bdca3a0c376e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2813, "upload_time": "2009-11-24T16:16:47", "url": "https://files.pythonhosted.org/packages/e5/26/4c692870a48d0259c9bd26cef9608c4136d97f779fcb73dfb85c470ee621/httpagentparser-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "b89342670a333a8ec2abca82b2307383", "sha256": "f9333065fc5d3fb218c5e6058ed4da777b2443129aa53c9fc906b964a84b42bf" }, "downloads": -1, "filename": "httpagentparser-0.8.2.tar.gz", "has_sig": false, "md5_digest": "b89342670a333a8ec2abca82b2307383", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2778, "upload_time": "2010-03-01T10:15:30", "url": "https://files.pythonhosted.org/packages/d5/68/141b1a453cc41a86acbf90d5a3676a7e8556c36af5ae9f11d3cc1bee7d9f/httpagentparser-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "f3678eebe92cb63bb66fdbac1c68067c", "sha256": "20c11b0b24468b29972ad7c5643aa0561d70141c651a0446ea8e08787de1acb7" }, "downloads": -1, "filename": "httpagentparser-0.8.3.tar.gz", "has_sig": false, "md5_digest": "f3678eebe92cb63bb66fdbac1c68067c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2926, "upload_time": "2011-03-11T11:01:09", "url": "https://files.pythonhosted.org/packages/93/cc/984689c03aa0d9e89430b16f69808c56cfe731eee115c059679042ae94c5/httpagentparser-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "a705be40839729ff1a73659dded24e0a", "sha256": "e0e5cb02e97ff842cfb29520c36c136b74418ed0d435528f4a6314ae7947ddb1" }, "downloads": -1, "filename": "httpagentparser-0.8.4.tar.gz", "has_sig": false, "md5_digest": "a705be40839729ff1a73659dded24e0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3055, "upload_time": "2011-03-21T09:42:38", "url": "https://files.pythonhosted.org/packages/d2/74/f9b1d2ea291c3d3d1fb634ea3c5ab2d7b759189574c1729509ec7d10916c/httpagentparser-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "751a17e5f88cb5689f867a17edd4c73d", "sha256": "ad73a6487f35c0f7852f92c127e5124d875f7b698910547202a49ab1932e6d02" }, "downloads": -1, "filename": "httpagentparser-0.8.5.tar.gz", "has_sig": false, "md5_digest": "751a17e5f88cb5689f867a17edd4c73d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3232, "upload_time": "2011-03-21T10:00:40", "url": "https://files.pythonhosted.org/packages/d0/de/1ba8beee4529189e30a2efad55e740df5f1a9a1177d0871d8a4e24dd1405/httpagentparser-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "34eec8fc277938cff709a67b6abbc094", "sha256": "0f3650daf112a3356e50c10a0caa19ab3aa70c074d2fac12b004bd9cb6886895" }, "downloads": -1, "filename": "httpagentparser-0.8.6.tar.gz", "has_sig": false, "md5_digest": "34eec8fc277938cff709a67b6abbc094", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391, "upload_time": "2011-03-31T11:30:13", "url": "https://files.pythonhosted.org/packages/7f/1b/237ef443def80e829b2703581a2624bd718e52f249e868d5046d352cc77e/httpagentparser-0.8.6.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "43b5ce685c38a6ca3bfbe54c5dd3d666", "sha256": "11c52dc56d5a1ffa1faa01073e1b0ff0ba1ab0cc382a52611604b615e27b1ea7" }, "downloads": -1, "filename": "httpagentparser-0.9.0.tar.gz", "has_sig": false, "md5_digest": "43b5ce685c38a6ca3bfbe54c5dd3d666", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3609, "upload_time": "2011-04-18T14:32:43", "url": "https://files.pythonhosted.org/packages/f4/44/4ecd4ee9a7875d5e44038d0f4b582925a89d1e46628f9174788839a52ed7/httpagentparser-0.9.0.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "e3f3e992eea11cd2744efce6eca4d729", "sha256": "2344c918a0ae2f2d82d3e820c324ef9e100624eff676b8fa28e719720c9589fc" }, "downloads": -1, "filename": "httpagentparser-0.9.2.tar.gz", "has_sig": false, "md5_digest": "e3f3e992eea11cd2744efce6eca4d729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3919, "upload_time": "2011-04-23T11:48:39", "url": "https://files.pythonhosted.org/packages/1e/36/3e785dbc7902faaf8be902298c2f2dfe1eb8c53e6192c159b1197840e19f/httpagentparser-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "d983bedef2d1699ec4d52da2980bcda2", "sha256": "53d1ea1059556a47ec63f020863938e7f21f6175e96b6a6e3fe72303c3748766" }, "downloads": -1, "filename": "httpagentparser-0.9.3.tar.gz", "has_sig": false, "md5_digest": "d983bedef2d1699ec4d52da2980bcda2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3917, "upload_time": "2011-05-25T14:07:12", "url": "https://files.pythonhosted.org/packages/2b/04/68778d30212ed3f303fecfec4fb68caf909c914440fe6f59ecc75bde48fc/httpagentparser-0.9.3.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "26c8e6345e46298a2eb12dfa4a5a32b6", "sha256": "c6386de2c4f96e9a02d86b9b0a67e3137dd6aaa2d28a578855454138614d53c7" }, "downloads": -1, "filename": "httpagentparser-0.9.5.tar.gz", "has_sig": false, "md5_digest": "26c8e6345e46298a2eb12dfa4a5a32b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4162, "upload_time": "2011-07-21T12:36:18", "url": "https://files.pythonhosted.org/packages/91/2a/ca6fe65060b43261621cac92b331311d29cb1378d95893e26a17f7f54b87/httpagentparser-0.9.5.tar.gz" } ], "0.9.6": [ { "comment_text": "", "digests": { "md5": "e443d299dad825524bc058b4b1178079", "sha256": "df7bda2214819f6f002359097a05649a7e7eddfa1c483b40dee0438d526ad3db" }, "downloads": -1, "filename": "httpagentparser-0.9.6.tar.gz", "has_sig": false, "md5_digest": "e443d299dad825524bc058b4b1178079", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4212, "upload_time": "2011-07-21T14:33:13", "url": "https://files.pythonhosted.org/packages/9f/56/ae64a7a4e44dc9ea8a6ea1ea332d046afb93f92e06299bb30c553fb0c4e4/httpagentparser-0.9.6.tar.gz" } ], "0.9.7": [ { "comment_text": "", "digests": { "md5": "3b0e4006cfcbba2d39d54b60621e58d0", "sha256": "339471af1ace154170d70f5ac6cccf94ccb70944416443d07ed2a33d03b89f7d" }, "downloads": -1, "filename": "httpagentparser-0.9.7.tar.gz", "has_sig": false, "md5_digest": "3b0e4006cfcbba2d39d54b60621e58d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4227, "upload_time": "2011-09-09T16:05:00", "url": "https://files.pythonhosted.org/packages/a9/e7/04a4cf6fa3d489513f7a3929c6efb79783519302ae0813ee4c1df8f00367/httpagentparser-0.9.7.tar.gz" } ], "0.9.8": [ { "comment_text": "", "digests": { "md5": "89b6dadf981800a4d053a1ba6728ec3b", "sha256": "d3ba36bc3c06f8292cd356fdb796063295eeef4c4c032cdef832a1bfa5441536" }, "downloads": -1, "filename": "httpagentparser-0.9.8.tar.gz", "has_sig": false, "md5_digest": "89b6dadf981800a4d053a1ba6728ec3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4350, "upload_time": "2011-09-23T17:05:51", "url": "https://files.pythonhosted.org/packages/1c/e0/54ad9db7e84bcde1d0f63e745deab8b45d06dc8eaf571883829f521b0110/httpagentparser-0.9.8.tar.gz" } ], "0.9.9": [ { "comment_text": "", "digests": { "md5": "2391ac74cb6c0a51ad91ab6351467356", "sha256": "e13a11f1daed4143d86d2148701e51559ea475c4ee34d9614b40d97bed84afa9" }, "downloads": -1, "filename": "httpagentparser-0.9.9.tar.gz", "has_sig": false, "md5_digest": "2391ac74cb6c0a51ad91ab6351467356", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4366, "upload_time": "2011-10-31T16:32:00", "url": "https://files.pythonhosted.org/packages/b9/35/901cb75a0c302e2121770c2c9c74c728bcc731a5030b8e20f6a2f512eb22/httpagentparser-0.9.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "045ee1f46311658e003a11554ed8c824", "sha256": "604ad2db14aca2970f828e69e42bbdffe02f46f4f0feea52fb727389fbac3216" }, "downloads": -1, "filename": "httpagentparser-1.0.0.tar.gz", "has_sig": false, "md5_digest": "045ee1f46311658e003a11554ed8c824", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4384, "upload_time": "2011-11-18T10:49:00", "url": "https://files.pythonhosted.org/packages/57/3d/530db0b27611d62a8f2fab31ba0267b9321502caba95f0ce8812c4091d70/httpagentparser-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "96222b57b0508ab0b9e7b86f9094bb17", "sha256": "4f6ce2231793f21a68d0e23e76aabf75353a516254ab0df17d0cae11d5bcda83" }, "downloads": -1, "filename": "httpagentparser-1.0.1.tar.gz", "has_sig": false, "md5_digest": "96222b57b0508ab0b9e7b86f9094bb17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4383, "upload_time": "2012-02-06T10:09:04", "url": "https://files.pythonhosted.org/packages/4a/c6/172c4d153ff43b87268341d129e70f79f72e9f837d91a119bd9ee3113fe1/httpagentparser-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "a2f1d0387bd4ced55a876d0e78d76fd9", "sha256": "5c6345c9d73d4f0e87872770acad4e55415f637b0a93f5fc1f28c76faaf500f3" }, "downloads": -1, "filename": "httpagentparser-1.0.2.tar.gz", "has_sig": false, "md5_digest": "a2f1d0387bd4ced55a876d0e78d76fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4510, "upload_time": "2012-03-29T18:38:49", "url": "https://files.pythonhosted.org/packages/42/8d/84c389faaf0c9cb87df1ffc2be50b5dc274f6efbf7924c10378af0f2bbd0/httpagentparser-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e0e293bd46eefb552671d2d83b82c2db", "sha256": "58e8042f65126185996340c4b5f0f58c728fda3656394fa941774e18afa7be4c" }, "downloads": -1, "filename": "httpagentparser-1.0.3.tar.gz", "has_sig": false, "md5_digest": "e0e293bd46eefb552671d2d83b82c2db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4917, "upload_time": "2012-04-11T08:41:53", "url": "https://files.pythonhosted.org/packages/3a/0f/bac9e8be3ae69a3cc6a59fb3be8966a14d9c384a3717e54f81aa2ae48ca0/httpagentparser-1.0.3.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "e3ef2ad23db4458d935eb2808ce12346", "sha256": "b1a69d4444debb5deb5ca78c90e4f1955215c89aea9b7ef9c28b94ca09294bf2" }, "downloads": -1, "filename": "httpagentparser-1.0.5.tar.gz", "has_sig": false, "md5_digest": "e3ef2ad23db4458d935eb2808ce12346", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3741, "upload_time": "2012-04-11T19:30:37", "url": "https://files.pythonhosted.org/packages/08/ec/fc83ff4eaf34cc9a2e70f895da45caf5440a1be74621f55a80a287868094/httpagentparser-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "be3758c9ff10337bc43db16847d2871a", "sha256": "3b5b44ec8ccf8cf6c19874d4fb9db660a887ff917b951c448fa171dddef186b3" }, "downloads": -1, "filename": "httpagentparser-1.1.0.tar.gz", "has_sig": false, "md5_digest": "be3758c9ff10337bc43db16847d2871a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3745, "upload_time": "2012-06-29T10:08:21", "url": "https://files.pythonhosted.org/packages/a9/d8/a73b9f0766d0919ff6f5824861733b983cfeb6242c28cc050b5ee4f90a89/httpagentparser-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "29513ccf11c422d2c7870fa11d85eb02", "sha256": "0fd837eeca5cee932076724773380b5d99a34c62d4f42e3b86cd064e3aa90b40" }, "downloads": -1, "filename": "httpagentparser-1.1.1.tar.gz", "has_sig": false, "md5_digest": "29513ccf11c422d2c7870fa11d85eb02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3828, "upload_time": "2012-07-05T14:27:02", "url": "https://files.pythonhosted.org/packages/23/cd/0cbc12e95bb4f7065dcb114be1edda16bcb5cedb3b460e7c3b594da5aecc/httpagentparser-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "1c7fd4cf73533f3347d99d5d623cf7a2", "sha256": "1d0e45aa460fcad5237e2d1d6f8f26455a51c20ac524888ba1aa6522b3776c44" }, "downloads": -1, "filename": "httpagentparser-1.1.2.tar.gz", "has_sig": false, "md5_digest": "1c7fd4cf73533f3347d99d5d623cf7a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3826, "upload_time": "2012-07-09T18:12:08", "url": "https://files.pythonhosted.org/packages/36/c5/15c9cf32d3ed663ff05f61e5075f9dd75f996cea0a7b500727a8074ba336/httpagentparser-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "4ca53fa8e14e410bfa1a087acc6cba55", "sha256": "0f7984be73ae1d2dde7cb280ff9b3cf404a2872e9b71efe793db22784e49c84b" }, "downloads": -1, "filename": "httpagentparser-1.1.3.tar.gz", "has_sig": false, "md5_digest": "4ca53fa8e14e410bfa1a087acc6cba55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3909, "upload_time": "2012-07-18T19:18:21", "url": "https://files.pythonhosted.org/packages/f8/4e/1ae3404d83de38196f4f0d56f86568bde544a8ec06e820bce39e5c834a5e/httpagentparser-1.1.3.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "3d29bdfc921cdb5c5e8c04b327d6dce2", "sha256": "febcb715c1b660e685ce075551cd3fe0f623bf66a12d0a669359288b3624b9cf" }, "downloads": -1, "filename": "httpagentparser-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3d29bdfc921cdb5c5e8c04b327d6dce2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4070, "upload_time": "2012-11-19T16:54:46", "url": "https://files.pythonhosted.org/packages/3e/87/74adb82d15a0ff0b7bd556e8bba0f5c30eca0ea94ebe6e5258f467fc4a80/httpagentparser-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "82eae7ac19ab67778ccbdbb02dcbcec4", "sha256": "3a1b239d9dd98ef087ce99a6d867f35bd707c82c6f75c7992f0f2aa7b2956655" }, "downloads": -1, "filename": "httpagentparser-1.2.1.tar.gz", "has_sig": false, "md5_digest": "82eae7ac19ab67778ccbdbb02dcbcec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4080, "upload_time": "2012-11-20T06:14:17", "url": "https://files.pythonhosted.org/packages/47/ad/8d8c1055a1134305db35be9d062e8a0d84c33f82b6c4e783de2457aecc13/httpagentparser-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "5e2e43769bf81d959484576f8dabaae4", "sha256": "945ead8b5ede15939db7ebe6bf0d707e6572dfc9210ec1c2e9a92a8514a0fac0" }, "downloads": -1, "filename": "httpagentparser-1.2.2.tar.gz", "has_sig": false, "md5_digest": "5e2e43769bf81d959484576f8dabaae4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4139, "upload_time": "2013-02-21T05:44:14", "url": "https://files.pythonhosted.org/packages/38/53/f73ae1b91d91f701bbf39cfd9d0c28e308e9c911ce7b6f32d8b09cd228ba/httpagentparser-1.2.2.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "c065b4f93f0852a7ac2a88b50db8d8a7", "sha256": "ab7e437f54df69ea12e086105c93f745134b7261edc194aa9607cb244dc09758" }, "downloads": -1, "filename": "httpagentparser-1.3.0.tar.gz", "has_sig": false, "md5_digest": "c065b4f93f0852a7ac2a88b50db8d8a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4351, "upload_time": "2013-08-26T17:18:06", "url": "https://files.pythonhosted.org/packages/a7/78/dbba2224ee6d21df8778b30fb9852753ff5e48f6b927f6110221461e310f/httpagentparser-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "5e7ec65efa663a247241b2053ff27506", "sha256": "0483736137059b9a057e486cd3a8ccbbc3e4603270eaef18a4018f79adafff6b" }, "downloads": -1, "filename": "httpagentparser-1.3.1.tar.gz", "has_sig": false, "md5_digest": "5e7ec65efa663a247241b2053ff27506", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4408, "upload_time": "2013-09-02T04:23:32", "url": "https://files.pythonhosted.org/packages/52/18/da40037293da568bbccd7a86ed567107702e1a48236850339853a5521f7b/httpagentparser-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "e56c809a08f29e691b4f306348db3e0f", "sha256": "229b712a6a357a06dd16d7cacdd059db5d44416370a6bc17e068065e1457dc8d" }, "downloads": -1, "filename": "httpagentparser-1.3.2.tar.gz", "has_sig": false, "md5_digest": "e56c809a08f29e691b4f306348db3e0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4642, "upload_time": "2013-09-02T08:56:48", "url": "https://files.pythonhosted.org/packages/47/3c/8209618ccc6172448ffe60c061dbeec233e22d542c6c4c75a3636edc419e/httpagentparser-1.3.2.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "7e685e059862f6fd5f600d3dc317549a", "sha256": "a81bd3b53c2b772ef6afe41c3325cc81802a106a9a8b636408d4e23109dc34de" }, "downloads": -1, "filename": "httpagentparser-1.4.0.tar.gz", "has_sig": false, "md5_digest": "7e685e059862f6fd5f600d3dc317549a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4718, "upload_time": "2013-09-26T05:20:37", "url": "https://files.pythonhosted.org/packages/17/8a/a0ab56b7cf907f4a51f106ab1860d0d263a89861266e4a840448d7c5052d/httpagentparser-1.4.0.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "1bc562756b9da604a9785f9f413569c2", "sha256": "a596ddd91eebebf248afda503e5df9cfbab9c1648d1312e80abe9b7742fde913" }, "downloads": -1, "filename": "httpagentparser-1.5.0.tar.gz", "has_sig": false, "md5_digest": "1bc562756b9da604a9785f9f413569c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5349, "upload_time": "2013-10-22T17:25:38", "url": "https://files.pythonhosted.org/packages/c3/31/28db80b20069034ea71d151b25a9457161c0de0acee620ae6f93562857ee/httpagentparser-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "37f0d042e2a6e4dfe6760731d16f3126", "sha256": "2bfb0bd214a3db61e3151970a0d1bce6e889aee0e1884ccc036323c5e2a7852c" }, "downloads": -1, "filename": "httpagentparser-1.5.1.tar.gz", "has_sig": false, "md5_digest": "37f0d042e2a6e4dfe6760731d16f3126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5383, "upload_time": "2013-11-16T02:50:24", "url": "https://files.pythonhosted.org/packages/ae/a2/2a322727e53ae87bec776b9ccecab107f9cfb8c95dd8dcf977f2528e267b/httpagentparser-1.5.1.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "52818e3c711a3d4469865f3169fd645f", "sha256": "6691ce1c356c403afd208de61b595449c15367005028215988a29352e40df048" }, "downloads": -1, "filename": "httpagentparser-1.6.0.tar.gz", "has_sig": false, "md5_digest": "52818e3c711a3d4469865f3169fd645f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5448, "upload_time": "2014-01-20T06:42:20", "url": "https://files.pythonhosted.org/packages/37/da/da76711e758896719be19e72b0a9aa8236bbf7d60f8aa2c13e58b9069382/httpagentparser-1.6.0.tar.gz" } ], "1.7.0": [ { "comment_text": "", "digests": { "md5": "cb8d1cd4b16cd81dbacdc4d548389fa4", "sha256": "ff04ef6bc62ac60230bf08a1bb1665f2e73f9e45c0160357a91783acd218cec9" }, "downloads": -1, "filename": "httpagentparser-1.7.0.tar.gz", "has_sig": false, "md5_digest": "cb8d1cd4b16cd81dbacdc4d548389fa4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5531, "upload_time": "2014-05-08T15:39:37", "url": "https://files.pythonhosted.org/packages/2b/06/b8d3bf5768e7710845b516d31b32029f733ec706a73e735beda124d6b17b/httpagentparser-1.7.0.tar.gz" } ], "1.7.3": [ { "comment_text": "", "digests": { "md5": "bfdf91f1d46edf3f5c3183ac84ffbba9", "sha256": "f6803265f154b52028bb34286adc7940aca4e00513656f91ac868e28f71ebd3b" }, "downloads": -1, "filename": "httpagentparser-1.7.3.tar.gz", "has_sig": false, "md5_digest": "bfdf91f1d46edf3f5c3183ac84ffbba9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5780, "upload_time": "2014-06-03T16:34:38", "url": "https://files.pythonhosted.org/packages/ab/bd/8d8d07b9c7ae6a859c158917bbe4ab43764fae9c4a58e412d67bb6241fa8/httpagentparser-1.7.3.tar.gz" } ], "1.7.4": [ { "comment_text": "", "digests": { "md5": "f40ff22dfab775d79910fba65f9a76c3", "sha256": "38c322ae27aa0c0f77a53fbe3c53b1f7dd338b1110ceb1aa5fb94837a19c194a" }, "downloads": -1, "filename": "httpagentparser-1.7.4.tar.gz", "has_sig": false, "md5_digest": "f40ff22dfab775d79910fba65f9a76c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5880, "upload_time": "2014-09-15T17:50:39", "url": "https://files.pythonhosted.org/packages/13/81/266aef17419ca7236cfbdafa325cbfb3f8a0a0fa844d4b7c2d10f33a94fb/httpagentparser-1.7.4.tar.gz" } ], "1.7.5": [ { "comment_text": "", "digests": { "md5": "5dbcd26fbdebbff028036cdb6c4ad72b", "sha256": "5e6fc9a48d0fd6011a0ac2ed3667aff0462115baaedc47938262b8d0d8c23f45" }, "downloads": -1, "filename": "httpagentparser-1.7.5.tar.gz", "has_sig": false, "md5_digest": "5dbcd26fbdebbff028036cdb6c4ad72b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5945, "upload_time": "2014-10-24T04:50:47", "url": "https://files.pythonhosted.org/packages/f5/22/46e54ddd368d218b907190030091c4f2a0347d33dfc8143d1d0afe8720ee/httpagentparser-1.7.5.tar.gz" } ], "1.7.6": [ { "comment_text": "", "digests": { "md5": "9afeb9f757044cdd2def0344fb6ea75a", "sha256": "6c5e9a9823f39b5bae22b04e274f61453b7b5e377dc24f529d361ef3e4419837" }, "downloads": -1, "filename": "httpagentparser-1.7.6.tar.gz", "has_sig": false, "md5_digest": "9afeb9f757044cdd2def0344fb6ea75a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5958, "upload_time": "2014-11-18T04:10:20", "url": "https://files.pythonhosted.org/packages/f5/b3/0949877b206fe2a7dc4bc6440c081cecc2c6c6c3b429b0b615eabd79604a/httpagentparser-1.7.6.tar.gz" } ], "1.7.7": [ { "comment_text": "", "digests": { "md5": "1977d91ece2617e92fd5f1a5336e8320", "sha256": "3b790ecf6a92939b626505817e66ba7ee7cb5c0b175a165dc0d185eda141bdb0" }, "downloads": -1, "filename": "httpagentparser-1.7.7.tar.gz", "has_sig": false, "md5_digest": "1977d91ece2617e92fd5f1a5336e8320", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5994, "upload_time": "2015-04-27T13:58:34", "url": "https://files.pythonhosted.org/packages/1e/91/63224856b0ec07af88e3f1f653c4c08d60ca2ca56246082f4a6083efca84/httpagentparser-1.7.7.tar.gz" } ], "1.7.8": [ { "comment_text": "", "digests": { "md5": "0ca0961b95fc4ec7a20a6b14ebbbe97a", "sha256": "25fb6c539d5627eade8ebb2161b030e421308edc81276623d0dbaab7369a6a69" }, "downloads": -1, "filename": "httpagentparser-1.7.8.tar.gz", "has_sig": false, "md5_digest": "0ca0961b95fc4ec7a20a6b14ebbbe97a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6369, "upload_time": "2015-09-02T13:58:20", "url": "https://files.pythonhosted.org/packages/3d/1f/0fda47aea1e5498e71deaada625c2c32ef8ddcedb9939280da1e9175c583/httpagentparser-1.7.8.tar.gz" } ], "1.7.9": [ { "comment_text": "", "digests": { "md5": "a7e0fca8291e10a7725122614cb903e4", "sha256": "aa23dffaca0c3e8ec4ab146456dfa20b0ff757d08875df2458a6a3e0aea266c0" }, "downloads": -1, "filename": "httpagentparser-1.7.9.tar.gz", "has_sig": false, "md5_digest": "a7e0fca8291e10a7725122614cb903e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6368, "upload_time": "2017-05-19T17:05:00", "url": "https://files.pythonhosted.org/packages/c2/55/200eb649aa993b609c686d867567e06e88029a00536e6be149a02877d979/httpagentparser-1.7.9.tar.gz" } ], "1.8.0": [ { "comment_text": "", "digests": { "md5": "22aeb702f50dde400cdf92c1bdea1091", "sha256": "c6cf1a0863e6105c2e858f61951f32bf67e4b4f52603876e8ed0a33c50597b0e" }, "downloads": -1, "filename": "httpagentparser-1.8.0.tar.gz", "has_sig": false, "md5_digest": "22aeb702f50dde400cdf92c1bdea1091", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6361, "upload_time": "2017-07-20T17:17:53", "url": "https://files.pythonhosted.org/packages/8e/4f/2720f5476f2ab3cef29213131d28dab5a188b5cef7b9da29c62ef1edc668/httpagentparser-1.8.0.tar.gz" } ], "1.8.1": [ { "comment_text": "", "digests": { "md5": "57cc4d2b729ede0dda94053b295dee5c", "sha256": "3de54dc72098bf5aaaa146fc471aeb6f5a549a3242583f03a9cbccefbd5df239" }, "downloads": -1, "filename": "httpagentparser-1.8.1.tar.gz", "has_sig": false, "md5_digest": "57cc4d2b729ede0dda94053b295dee5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6370, "upload_time": "2017-11-30T11:51:27", "url": "https://files.pythonhosted.org/packages/de/45/63dd41991b72d2396531e844ac22257a2453355188473a020d784a373345/httpagentparser-1.8.1.tar.gz" } ], "1.8.2": [ { "comment_text": "", "digests": { "md5": "ae675c50adb643bfc0df37ddd97fc5d3", "sha256": "77e1d03fb40f1c34afa2d210ed7667dddb5b601efa154513cd08713d17a3aa6c" }, "downloads": -1, "filename": "httpagentparser-1.8.2.tar.gz", "has_sig": false, "md5_digest": "ae675c50adb643bfc0df37ddd97fc5d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7034, "upload_time": "2019-03-04T06:27:53", "url": "https://files.pythonhosted.org/packages/75/e6/dc71249e98aa27c09e272fad56b4c4e6b298cb7fe0e24b9896702ba29a3e/httpagentparser-1.8.2.tar.gz" } ], "1.8.3": [ { "comment_text": "", "digests": { "md5": "938eaf041c7b9b2cb6e34c8bb60f0ff1", "sha256": "e0595ede73ad594ce19f892730d708f43422389ae9927cfe9989cc2ad57927f2" }, "downloads": -1, "filename": "httpagentparser-1.8.3.tar.gz", "has_sig": false, "md5_digest": "938eaf041c7b9b2cb6e34c8bb60f0ff1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7090, "upload_time": "2019-08-09T13:57:42", "url": "https://files.pythonhosted.org/packages/06/6f/ec0e5dbd3e7326d4c95434bb7f7cb9c3de8b57e3c44e0b31c02ba9669f7d/httpagentparser-1.8.3.tar.gz" } ], "1.8.4": [ { "comment_text": "", "digests": { "md5": "78a526d97da70bb2d39730bc8d492120", "sha256": "d685c4d71389582b972f617b824cfba873f25923da2c3f1bfce254340c1dbe31" }, "downloads": -1, "filename": "httpagentparser-1.8.4.tar.gz", "has_sig": false, "md5_digest": "78a526d97da70bb2d39730bc8d492120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7004, "upload_time": "2019-08-09T14:01:21", "url": "https://files.pythonhosted.org/packages/71/5b/f89169e703b726fe12ada444e19ab0925401eca3218d1b2034286363069e/httpagentparser-1.8.4.tar.gz" } ], "1.9.0": [ { "comment_text": "", "digests": { "md5": "7acdbf8d0f4a2b19a8d4d770f57fbcaa", "sha256": "23805523b61b04b9412cd98cd1fe0415401045fd5447d3b62a02ae60d22814ed" }, "downloads": -1, "filename": "httpagentparser-1.9.0.tar.gz", "has_sig": false, "md5_digest": "7acdbf8d0f4a2b19a8d4d770f57fbcaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7094, "upload_time": "2019-09-05T12:06:09", "url": "https://files.pythonhosted.org/packages/00/41/b7211f5aaf04e2952ca26e8e834bea3e76add2ae6ff7326449448a3164ea/httpagentparser-1.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7acdbf8d0f4a2b19a8d4d770f57fbcaa", "sha256": "23805523b61b04b9412cd98cd1fe0415401045fd5447d3b62a02ae60d22814ed" }, "downloads": -1, "filename": "httpagentparser-1.9.0.tar.gz", "has_sig": false, "md5_digest": "7acdbf8d0f4a2b19a8d4d770f57fbcaa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7094, "upload_time": "2019-09-05T12:06:09", "url": "https://files.pythonhosted.org/packages/00/41/b7211f5aaf04e2952ca26e8e834bea3e76add2ae6ff7326449448a3164ea/httpagentparser-1.9.0.tar.gz" } ] }