{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8" ], "description": "# httpstatus\n\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/httpstatus.svg)](https://pypi.python.org/pypi/httpstatus/)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/httpstatus?color=red)\n![PyPI - License](https://img.shields.io/pypi/l/httpstatus?color=#44bd1b)\n\nRemembering HTTP status codes is difficult and leads to all sorts of confusion,\nthat's where `httpstatus` can help. \n\n## Installation\n\nWe recommend using `pip` for installing `httpstatus`.\n\n```\npip install httpstatus\n```\n\n## Usage\n\n```python\nimport httpstatus\nimport urllib3\n\nhttp = urllib3.PoolManager()\n\nr = http.request('GET', 'https://httpbin.org/status/200')\n\nif r.status == httpstatus.OK:\n print('Nice!')\n```\n\n## Contributing\n\nContributions are appreciated. Open a pull request for new features or improvements.\n\n## License\n\nDistributed under the [MIT License](LICENSE).\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hacked/httpstatus", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "httpstatus", "package_url": "https://pypi.org/project/httpstatus/", "platform": "", "project_url": "https://pypi.org/project/httpstatus/", "project_urls": { "Homepage": "https://github.com/hacked/httpstatus" }, "release_url": "https://pypi.org/project/httpstatus/1.0.4/", "requires_dist": null, "requires_python": ">=2.7", "summary": "Working with HTTP status codes made simple", "version": "1.0.4" }, "last_serial": 5817153, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "37481f6680645e64893db8f22863cf86", "sha256": "acf20cc956f6bc416f28c8c367246d20fc0214f31aabdf846bc65ee16618e9fd" }, "downloads": -1, "filename": "httpstatus-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "37481f6680645e64893db8f22863cf86", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3044, "upload_time": "2019-09-07T22:33:00", "url": "https://files.pythonhosted.org/packages/75/52/88b8d757f2e29b44e921fd6917e640c0a05ffefa755d0ce3c13b6357012d/httpstatus-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5ee90a69d2584f880953332edac98d95", "sha256": "1c1a7310d58f41019b091698ab6610c5685d680a5f10f03bcbfafbba9670d6fd" }, "downloads": -1, "filename": "httpstatus-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5ee90a69d2584f880953332edac98d95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1753, "upload_time": "2019-09-07T22:33:03", "url": "https://files.pythonhosted.org/packages/0a/ed/77773c7a3af5bfe1a83a286024601b511740e02e95034501a5acaeadfdc2/httpstatus-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "2c842e50f85f0e4aa696b31955f05989", "sha256": "b6be3f30825c621212453c55c2d1fc8466044a4c4e8e4bab7284f920619ab8d7" }, "downloads": -1, "filename": "httpstatus-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2c842e50f85f0e4aa696b31955f05989", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3545, "upload_time": "2019-09-08T01:30:15", "url": "https://files.pythonhosted.org/packages/83/0f/ea9ffbbff1a9a94b91acbdb4f8c132be2a8ede776fde805c8149dc0f639a/httpstatus-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ba86e7f9a8c13baa733d8b01a11914b", "sha256": "493acb72c82a2eaeb3d6bc064be31e9c6fbd5d5d4d29497b694b449af79bd96c" }, "downloads": -1, "filename": "httpstatus-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1ba86e7f9a8c13baa733d8b01a11914b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 2453, "upload_time": "2019-09-08T01:30:16", "url": "https://files.pythonhosted.org/packages/49/9e/6665ed33ff27e300cfbb4cf9d7fdc48c9e04f844223bca21f07ff067cb9d/httpstatus-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "54440ef772fef3fb915b61b90bb45a96", "sha256": "b453a378fbabc27f6598c58ef890c862c200c69a01bf0058007a0c091a614089" }, "downloads": -1, "filename": "httpstatus-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "54440ef772fef3fb915b61b90bb45a96", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3537, "upload_time": "2019-09-08T08:34:36", "url": "https://files.pythonhosted.org/packages/6d/c0/f232b439212bb5168017b1108ebedb425422da6f3c207079cbad5f376045/httpstatus-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0ee47282e3c1e2f2430e1c28b43e9dcb", "sha256": "4fa8795c07efe67fd6289133d16f40ca012e80a38ccea17ee760232126f6fd23" }, "downloads": -1, "filename": "httpstatus-1.0.2.tar.gz", "has_sig": false, "md5_digest": "0ee47282e3c1e2f2430e1c28b43e9dcb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 2462, "upload_time": "2019-09-08T08:34:39", "url": "https://files.pythonhosted.org/packages/67/59/09116362f33be4a3184abc2d4bc26374e97b58cbf5d4a1a4ad1f9f8d9727/httpstatus-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "96519fccecd9ca3fdb4f2a7c073bb1b2", "sha256": "4aa51686ef59dab3816fca0abe823bee10e20ba10333a7bbe9122a69ca7f89c1" }, "downloads": -1, "filename": "httpstatus-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "96519fccecd9ca3fdb4f2a7c073bb1b2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3932, "upload_time": "2019-09-09T18:53:02", "url": "https://files.pythonhosted.org/packages/52/01/8bc325fe2a5b6b5ce1f5f6caa2718151a3805209ac0994df689ecae5b604/httpstatus-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00ac97bf9fefa49b898082058a1bb2c1", "sha256": "afeb3109c27974b40e2bbddfea1442dad2d4e3a1e582f65f9b8f1e411e852837" }, "downloads": -1, "filename": "httpstatus-1.0.3.tar.gz", "has_sig": false, "md5_digest": "00ac97bf9fefa49b898082058a1bb2c1", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 2840, "upload_time": "2019-09-09T18:53:03", "url": "https://files.pythonhosted.org/packages/70/18/690bd9e9c92e52519fe8ad622aa566a02eb95a30f2a7291a8487afab4240/httpstatus-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "36d8b88c0c52a24f384449d2025a773d", "sha256": "0c47538157deba26ebbb3b11bbddccf8f831edf3e4c51430ce10fbaab5f6a1f1" }, "downloads": -1, "filename": "httpstatus-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "36d8b88c0c52a24f384449d2025a773d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3869, "upload_time": "2019-09-11T21:51:26", "url": "https://files.pythonhosted.org/packages/e2/fb/db7e9a74c597cb62e1e27a5633ecd36b72a93550ad0b4e74d4b4b8528470/httpstatus-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e45c48cad7d7163e6bd206c32b0bf4d", "sha256": "2668eb3baf8fe0dbb510299611232491dea1d7074e1f4b3cfbaf8d956c27f70b" }, "downloads": -1, "filename": "httpstatus-1.0.4.tar.gz", "has_sig": false, "md5_digest": "2e45c48cad7d7163e6bd206c32b0bf4d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 2756, "upload_time": "2019-09-11T21:51:27", "url": "https://files.pythonhosted.org/packages/8e/ab/3d7a00bb7762ee6d6f263a1638836fc5e5e4dcf237e304f8c3c14420463f/httpstatus-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36d8b88c0c52a24f384449d2025a773d", "sha256": "0c47538157deba26ebbb3b11bbddccf8f831edf3e4c51430ce10fbaab5f6a1f1" }, "downloads": -1, "filename": "httpstatus-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "36d8b88c0c52a24f384449d2025a773d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7", "size": 3869, "upload_time": "2019-09-11T21:51:26", "url": "https://files.pythonhosted.org/packages/e2/fb/db7e9a74c597cb62e1e27a5633ecd36b72a93550ad0b4e74d4b4b8528470/httpstatus-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e45c48cad7d7163e6bd206c32b0bf4d", "sha256": "2668eb3baf8fe0dbb510299611232491dea1d7074e1f4b3cfbaf8d956c27f70b" }, "downloads": -1, "filename": "httpstatus-1.0.4.tar.gz", "has_sig": false, "md5_digest": "2e45c48cad7d7163e6bd206c32b0bf4d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 2756, "upload_time": "2019-09-11T21:51:27", "url": "https://files.pythonhosted.org/packages/8e/ab/3d7a00bb7762ee6d6f263a1638836fc5e5e4dcf237e304f8c3c14420463f/httpstatus-1.0.4.tar.gz" } ] }