{ "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": "requests-core", "package_url": "https://pypi.org/project/requests-core/", "platform": "", "project_url": "https://pypi.org/project/requests-core/", "project_urls": { "Homepage": "https://github.com/requests/requests-core" }, "release_url": "https://pypi.org/project/requests-core/0.0.0/", "requires_dist": [ "h11" ], "requires_python": ">=3.6.0", "summary": "A minimal HTTP Client, for Requests.", "version": "0.0.0" }, "last_serial": 4831178, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "ca3d4cfb8e9fed83055780bbe28ce010", "sha256": "e37cca806ae491c20e9ef81e717455a6c089449f18613adb4c21fb81bc9532b1" }, "downloads": -1, "filename": "requests_core-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca3d4cfb8e9fed83055780bbe28ce010", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 150011, "upload_time": "2018-03-16T12:04:09", "url": "https://files.pythonhosted.org/packages/b9/45/b36edf007eed10bbbdcba59be3100e4a3a8207f519f317055b36f2147fa3/requests_core-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f44df8197e4e0686f051914d46e1d5a5", "sha256": "3f0f3a6acbe7ff9d74c8bb485b6674134753fb216947731a25f3b69910eac55d" }, "downloads": -1, "filename": "requests-core-0.0.0.tar.gz", "has_sig": false, "md5_digest": "f44df8197e4e0686f051914d46e1d5a5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 125604, "upload_time": "2018-03-16T12:04:11", "url": "https://files.pythonhosted.org/packages/fe/e7/9452b81dc495aef0654ad748d987a82b98a93eff2e163d308ece61a1748f/requests-core-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca3d4cfb8e9fed83055780bbe28ce010", "sha256": "e37cca806ae491c20e9ef81e717455a6c089449f18613adb4c21fb81bc9532b1" }, "downloads": -1, "filename": "requests_core-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca3d4cfb8e9fed83055780bbe28ce010", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 150011, "upload_time": "2018-03-16T12:04:09", "url": "https://files.pythonhosted.org/packages/b9/45/b36edf007eed10bbbdcba59be3100e4a3a8207f519f317055b36f2147fa3/requests_core-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f44df8197e4e0686f051914d46e1d5a5", "sha256": "3f0f3a6acbe7ff9d74c8bb485b6674134753fb216947731a25f3b69910eac55d" }, "downloads": -1, "filename": "requests-core-0.0.0.tar.gz", "has_sig": false, "md5_digest": "f44df8197e4e0686f051914d46e1d5a5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 125604, "upload_time": "2018-03-16T12:04:11", "url": "https://files.pythonhosted.org/packages/fe/e7/9452b81dc495aef0654ad748d987a82b98a93eff2e163d308ece61a1748f/requests-core-0.0.0.tar.gz" } ] }