{ "info": { "author": "Jonathan Sandoval", "author_email": "jsandoval@utp.edu.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython" ], "description": "aiorequests\n===========\n\n|build|_\n\n``aiorequests`` is an HTTP library inspired by\n`requests `_ but written on top of\n`asyncio `_'s\n\naiorequests is based on `treq ` , the\nrequests API for twisted.\n\nIt provides a simple, higher level API for making HTTP requests when\nusing Twisted.\n\n.. code-block:: python\n\n >>> from aiorequests import get\n\n >>> def main():\n ... resp = yield from get(\"http://www.github.com\")\n ... resp.status\n ... reactor.stop()\n\n >>>\n\n >>> from aysncio imoprt get_event_loop\n >>> get_event_loop().run_until_complete(main())\n 200\n\nFor more info `read the docs `_.\n\nContribute\n==========\n\n``aiorequests`` is hosted on `GitHub `_.\n\nFeel free to fork and send contributions over.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/jsandovalc/aiorequests", "keywords": null, "license": "MIT/X", "maintainer": null, "maintainer_email": null, "name": "aiorequests", "package_url": "https://pypi.org/project/aiorequests/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aiorequests/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/jsandovalc/aiorequests" }, "release_url": "https://pypi.org/project/aiorequests/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A requests-like API built on top of aiohttp client", "version": "0.1.1" }, "last_serial": 1526732, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "72e8eb27b795a44fd338a5d5cbab34ca", "sha256": "398650788781a7a45beb1042bc236f7d121705d1eeb1de8431592d7a20646cc0" }, "downloads": -1, "filename": "aiorequests-0.1.tar.gz", "has_sig": false, "md5_digest": "72e8eb27b795a44fd338a5d5cbab34ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30699, "upload_time": "2015-04-29T17:31:18", "url": "https://files.pythonhosted.org/packages/ba/e2/adfd1ae44498e563eddb75ce6199cc183371d5bf7896e08597bf7550b146/aiorequests-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "35cdf83dfb453ce01bc94828fcbe1b7e", "sha256": "ce038b99ed60a0fb66c0b23973782da0b1ca8b762654aa9f5480fae5acf69ae7" }, "downloads": -1, "filename": "aiorequests-0.1.1.tar.gz", "has_sig": false, "md5_digest": "35cdf83dfb453ce01bc94828fcbe1b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29513, "upload_time": "2015-04-29T20:15:08", "url": "https://files.pythonhosted.org/packages/48/2c/4eceb3d8fcb73ac4a51f5c761b3c06e3567b19f444f4d09984a79dae1756/aiorequests-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35cdf83dfb453ce01bc94828fcbe1b7e", "sha256": "ce038b99ed60a0fb66c0b23973782da0b1ca8b762654aa9f5480fae5acf69ae7" }, "downloads": -1, "filename": "aiorequests-0.1.1.tar.gz", "has_sig": false, "md5_digest": "35cdf83dfb453ce01bc94828fcbe1b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29513, "upload_time": "2015-04-29T20:15:08", "url": "https://files.pythonhosted.org/packages/48/2c/4eceb3d8fcb73ac4a51f5c761b3c06e3567b19f444f4d09984a79dae1756/aiorequests-0.1.1.tar.gz" } ] }