{ "info": { "author": "Kenneth Reitz", "author_email": "me@kennethreitz.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "Requests: HTTP for Humans\u2122\n==========================\n\n[![image](https://img.shields.io/pypi/v/requests.svg)](https://pypi.org/project/requests/)\n[![image](https://img.shields.io/pypi/l/requests.svg)](https://pypi.org/project/requests/)\n[![image](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests/)\n[![codecov.io](https://codecov.io/github/requests/requests/coverage.svg?branch=master)](https://codecov.io/github/requests/requests)\n[![image](https://img.shields.io/github/contributors/requests/requests.svg)](https://github.com/requests/requests/graphs/contributors)\n[![image](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/kennethreitz)\n\n**If you're interested in financially supporting Kenneth Reitz open source, consider [visiting this link](https://cash.me/$KennethReitz). Your support helps tremendously with sustainability of motivation, as Open Source is no longer part of my day job.**\n\nRequests is the only *Non-GMO* HTTP library for Python, safe for human\nconsumption.\n\n![image](https://farm5.staticflickr.com/4317/35198386374_1939af3de6_k_d.jpg)\n\nBehold, the power of Requests:\n\n``` {.sourceCode .python}\n>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))\n>>> r.status_code\n200\n>>> r.headers['content-type']\n'application/json; charset=utf8'\n>>> r.encoding\n'utf-8'\n>>> r.text\nu'{\"type\":\"User\"...'\n>>> r.json()\n{u'disk_usage': 368627, u'private_gists': 484, ...}\n```\n\nSee [the similar code, sans Requests](https://gist.github.com/973705).\n\n[![image](https://raw.githubusercontent.com/requests/requests/master/docs/_static/requests-logo-small.png)](http://docs.python-requests.org/)\n\nRequests allows you to send *organic, grass-fed* HTTP/1.1 requests,\nwithout the need for manual labor. There's no need to manually add query\nstrings to your URLs, or to form-encode your POST data. Keep-alive and\nHTTP connection pooling are 100% automatic, thanks to\n[urllib3](https://github.com/shazow/urllib3).\n\nBesides, all the cool kids are doing it. Requests is one of the most\ndownloaded Python packages of all time, pulling in over 11,000,000\ndownloads every month. You don't want to be left out!\n\nFeature Support\n---------------\n\nRequests is ready for today's web.\n\n- International Domains and URLs\n- Keep-Alive & Connection Pooling\n- Sessions with Cookie Persistence\n- Browser-style SSL Verification\n- Basic/Digest Authentication\n- Elegant Key/Value Cookies\n- Automatic Decompression\n- Automatic Content Decoding\n- Unicode Response Bodies\n- Multipart File Uploads\n- HTTP(S) Proxy Support\n- Connection Timeouts\n- Streaming Downloads\n- `.netrc` Support\n- Chunked Requests\n\nRequests officially supports Python 2.7 & 3.4\u20133.7, and runs great on\nPyPy.\n\nInstallation\n------------\n\nTo install Requests, simply use [pipenv](http://pipenv.org/) (or pip, of\ncourse):\n\n``` {.sourceCode .bash}\n$ pipenv install requests\n\u2728\ud83c\udf70\u2728\n```\n\nSatisfaction guaranteed.\n\nDocumentation\n-------------\n\nFantastic documentation is available at\n, for a limited time only.\n\nHow to Contribute\n-----------------\n\n1. Check for open issues or open a fresh issue to start a discussion\n around a feature idea or a bug. There is a [Contributor\n Friendly](https://github.com/requests/requests/issues?direction=desc&labels=Contributor+Friendly&page=1&sort=updated&state=open)\n tag for issues that should be ideal for people who are not very\n familiar with the codebase yet.\n2. Fork [the repository](https://github.com/requests/requests) on\n GitHub to start making your changes to the **master** branch (or\n branch off of it).\n3. Write a test which shows that the bug was fixed or that the feature\n works as expected.\n4. Send a pull request and bug the maintainer until it gets merged and\n published. :) Make sure to add yourself to\n [AUTHORS](https://github.com/requests/requests/blob/master/AUTHORS.rst).\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://python-requests.org", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "requests-ccwienk", "package_url": "https://pypi.org/project/requests-ccwienk/", "platform": "", "project_url": "https://pypi.org/project/requests-ccwienk/", "project_urls": { "Homepage": "http://python-requests.org" }, "release_url": "https://pypi.org/project/requests-ccwienk/2.21.1/", "requires_dist": [ "chardet (<3.1.0,>=3.0.2)", "idna (<2.9,>=2.5)", "urllib3 (!=1.25.0,<1.26,>=1.21.1)", "certifi (>=2017.4.17)", "pyOpenSSL (>=0.14) ; extra == 'security'", "cryptography (>=1.3.4) ; extra == 'security'", "idna (>=2.0.0) ; extra == 'security'", "PySocks (!=1.5.7,>=1.5.6) ; extra == 'socks'", "win-inet-pton ; (sys_platform == \"win32\" and python_version == \"2.7\") and extra == 'socks'" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Python HTTP for Humans.", "version": "2.21.1" }, "last_serial": 5242827, "releases": { "2.21.1": [ { "comment_text": "", "digests": { "md5": "f118aa33baba481d89be481687ddb921", "sha256": "2ea1b83b1abfa998171e47d0f46ea133ce9bcb2cee58467efbddfe462ac74f6c" }, "downloads": -1, "filename": "requests_ccwienk-2.21.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f118aa33baba481d89be481687ddb921", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 58096, "upload_time": "2019-05-08T13:12:54", "url": "https://files.pythonhosted.org/packages/a0/b1/a0b4bb7861fa69905b406ef9171c71d908908319bf834421538679a25adc/requests_ccwienk-2.21.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6db8f92798935c41dbfc47b90804f4c4", "sha256": "f6f72fa5de461155faa529055d2ff122fef1d3fa4723f230c379043597f4e999" }, "downloads": -1, "filename": "requests-ccwienk-2.21.1.tar.gz", "has_sig": false, "md5_digest": "6db8f92798935c41dbfc47b90804f4c4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 113355, "upload_time": "2019-05-08T13:12:57", "url": "https://files.pythonhosted.org/packages/af/89/c1882cab5b21cf46caee31b739b6369053e6d4f52b11f8e94d8674f5ac15/requests-ccwienk-2.21.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f118aa33baba481d89be481687ddb921", "sha256": "2ea1b83b1abfa998171e47d0f46ea133ce9bcb2cee58467efbddfe462ac74f6c" }, "downloads": -1, "filename": "requests_ccwienk-2.21.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f118aa33baba481d89be481687ddb921", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 58096, "upload_time": "2019-05-08T13:12:54", "url": "https://files.pythonhosted.org/packages/a0/b1/a0b4bb7861fa69905b406ef9171c71d908908319bf834421538679a25adc/requests_ccwienk-2.21.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6db8f92798935c41dbfc47b90804f4c4", "sha256": "f6f72fa5de461155faa529055d2ff122fef1d3fa4723f230c379043597f4e999" }, "downloads": -1, "filename": "requests-ccwienk-2.21.1.tar.gz", "has_sig": false, "md5_digest": "6db8f92798935c41dbfc47b90804f4c4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 113355, "upload_time": "2019-05-08T13:12:57", "url": "https://files.pythonhosted.org/packages/af/89/c1882cab5b21cf46caee31b739b6369053e6d4f52b11f8e94d8674f5ac15/requests-ccwienk-2.21.1.tar.gz" } ] }