{ "info": { "author": "Kenneth Reitz", "author_email": "me@kennethreitz.org", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\nRequests-Core\n=============\n\n**Experimental lower-level async HTTP client for Requests 3.0**\n\n--------------\n\nGoals: take urllib3 codebase, add async support (with multiple backends),\ndefault to trio execution of async functions for blocking calls.\n\nUsage\n-----\n\nAsync usage::\n\n import requests_core\n\n url = \"http://httpbin.org/uuid\"\n\n async def main():\n r = await requests_core.request('GET', url)\n print(r.headers)\n print(await r.read())\n\n\n::\n\n >>> import trio\n >>> trio.run(main)\n HTTPHeaderDict({'connection': 'keep-alive', 'server': 'meinheld/0.6.1', 'date': 'Fri, 16 Mar 2018 11:59:57 GMT', 'content-type': 'application/json', 'access-control-allow-origin': '*', 'access-control-allow-credentials': 'true', 'x-powered-by': 'Flask', 'x-processed-time': '0', 'content-length': '53', 'via': '1.1 vegur'})\n b'{\\n \"uuid\": \"693947c9-9f49-4b4a-be94-73a152ce1acb\"\\n}\\n'\n\nSync usage::\n\n >>> r = requests_core.blocking_request('GET', URL)\n >>> print()\n \n\n\nInstallation\n------------\n\nThis is a work in progress. Don't install it.\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/requests/requests-core", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "requestscore", "package_url": "https://pypi.org/project/requestscore/", "platform": "", "project_url": "https://pypi.org/project/requestscore/", "project_urls": { "Homepage": "https://github.com/requests/requests-core" }, "release_url": "https://pypi.org/project/requestscore/0.0.0/", "requires_dist": [ "h11" ], "requires_python": ">=3.6.0", "summary": "A minimal HTTP Client, for Requests.", "version": "0.0.0" }, "last_serial": 4831182, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "a3de6475677ccf8b1845ac525f897d8e", "sha256": "f29e52a7a258d4820e39692b936ca4dfdf5a24c017ef454aae22e7cef037f026" }, "downloads": -1, "filename": "requestscore-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a3de6475677ccf8b1845ac525f897d8e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 149997, "upload_time": "2018-03-16T12:03:45", "url": "https://files.pythonhosted.org/packages/51/73/b9abaa51db8dfbf58859116e743f467af94b98acf8d21b12418321e980e9/requestscore-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db19fd21c54ec2f8d4bcf230f55a00d9", "sha256": "a2eb176781ab3382c7ea27c1a3e3d6cace652a6a4987623f822a707d128fa272" }, "downloads": -1, "filename": "requestscore-0.0.0.tar.gz", "has_sig": false, "md5_digest": "db19fd21c54ec2f8d4bcf230f55a00d9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 125301, "upload_time": "2018-03-16T12:03:46", "url": "https://files.pythonhosted.org/packages/74/66/7f06c74dce1cc034fc904d0468ff25391b528712b1f0f24c773546c9622e/requestscore-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a3de6475677ccf8b1845ac525f897d8e", "sha256": "f29e52a7a258d4820e39692b936ca4dfdf5a24c017ef454aae22e7cef037f026" }, "downloads": -1, "filename": "requestscore-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a3de6475677ccf8b1845ac525f897d8e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 149997, "upload_time": "2018-03-16T12:03:45", "url": "https://files.pythonhosted.org/packages/51/73/b9abaa51db8dfbf58859116e743f467af94b98acf8d21b12418321e980e9/requestscore-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "db19fd21c54ec2f8d4bcf230f55a00d9", "sha256": "a2eb176781ab3382c7ea27c1a3e3d6cace652a6a4987623f822a707d128fa272" }, "downloads": -1, "filename": "requestscore-0.0.0.tar.gz", "has_sig": false, "md5_digest": "db19fd21c54ec2f8d4bcf230f55a00d9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 125301, "upload_time": "2018-03-16T12:03:46", "url": "https://files.pythonhosted.org/packages/74/66/7f06c74dce1cc034fc904d0468ff25391b528712b1f0f24c773546c9622e/requestscore-0.0.0.tar.gz" } ] }