{ "info": { "author": "Polyconseil dev' team, Authentise dev team", "author_email": "opensource+aioamqp@polyconseil.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "aioamqp\n=======\n\n.. image:: https://badge.fury.io/py/aioamqp.svg\n :target: http://badge.fury.io/py/aioamqp\n.. image:: https://travis-ci.org/Polyconseil/aioamqp.svg?branch=master\n :target: https://travis-ci.org/Polyconseil/aioamqp\n\n.. image:: https://readthedocs.org/projects/aioamqp/badge/?version=latest\n :alt: Documentation Status\n :scale: 100%\n :target: https://aioamqp.readthedocs.org/en/latest/?badge=latest\n\n``aioamqp`` library is a pure-Python implementation of the `AMQP 0.9.1 protocol`_.\n\nBuilt on top on Python's asynchronous I/O support introduced in `PEP 3156`_, it provides an API based on coroutines, making it easy to write highly concurrent applications.\n\nBug reports, patches and suggestions welcome! Just open an issue_ or send a `pull request`_.\n\ntests\n-----\n\nTo run the tests, you'll need to install the Python test dependencies::\n\n pip install -r requirements_dev.txt\n\nTests require an instance of RabbitMQ. You can start a new instance using docker::\n\n docker run -d --log-driver=syslog -e RABBITMQ_NODENAME=my-rabbit --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management\n\nThen you can run the tests with ``make test`` (requires ``nose``).\n\n\n.. _AMQP 0.9.1 protocol: https://www.rabbitmq.com/amqp-0-9-1-quickref.html\n.. _PEP 3156: http://www.python.org/dev/peps/pep-3156/\n.. _issue: https://github.com/Polyconseil/aioamqp/issues/new\n.. _pull request: https://github.com/Polyconseil/aioamqp/compare/\n", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/aioamqp", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Authentise/aioamqp", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "aioamqp-authentise", "package_url": "https://pypi.org/project/aioamqp-authentise/", "platform": "all", "project_url": "https://pypi.org/project/aioamqp-authentise/", "project_urls": { "Download": "https://pypi.python.org/pypi/aioamqp", "Homepage": "https://github.com/Authentise/aioamqp" }, "release_url": "https://pypi.org/project/aioamqp-authentise/0.10.1/", "requires_dist": null, "requires_python": "", "summary": "AMQP implementation using asyncio", "version": "0.10.1" }, "last_serial": 3157334, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "71357ecd8f4768bed3251e2dc779466b", "sha256": "1de808799d86c31effda0dc5922c042b03b9d759856a76dedd1404b1fcc70b55" }, "downloads": -1, "filename": "aioamqp-authentise-0.10.0.tar.gz", "has_sig": false, "md5_digest": "71357ecd8f4768bed3251e2dc779466b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34923, "upload_time": "2017-09-07T20:30:08", "url": "https://files.pythonhosted.org/packages/ef/bd/662a239bea6e42ea0c3ee0abbc1cc965e1f6bffa7796cbe747275d1ffb59/aioamqp-authentise-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "6fb4b41518c982ead842ff6e90341018", "sha256": "808df0759628b07e1e216dd7faa5df2d9bb7801ef4c2563d3feba176f16bcab6" }, "downloads": -1, "filename": "aioamqp-authentise-0.10.1.tar.gz", "has_sig": false, "md5_digest": "6fb4b41518c982ead842ff6e90341018", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34912, "upload_time": "2017-09-07T20:33:18", "url": "https://files.pythonhosted.org/packages/50/fe/385ddd79f78099a7a926b7d85f59b9490688a5a281c4467fcc8518ae5caa/aioamqp-authentise-0.10.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6fb4b41518c982ead842ff6e90341018", "sha256": "808df0759628b07e1e216dd7faa5df2d9bb7801ef4c2563d3feba176f16bcab6" }, "downloads": -1, "filename": "aioamqp-authentise-0.10.1.tar.gz", "has_sig": false, "md5_digest": "6fb4b41518c982ead842ff6e90341018", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34912, "upload_time": "2017-09-07T20:33:18", "url": "https://files.pythonhosted.org/packages/50/fe/385ddd79f78099a7a926b7d85f59b9490688a5a281c4467fcc8518ae5caa/aioamqp-authentise-0.10.1.tar.gz" } ] }