Repository Stats
280 stars
88 forks
Repository Activity
This repository has been starred 280 times and forked 88 times, showing its popularity in the developer community.
README Preview
aioamqp ======= .. image:: https://badge.fury.io/py/aioamqp.svg :target: http://badge.fury.io/py/aioamqp .. image:: https://travis-ci.org/Polyconseil/aioamqp.svg?branch=master :target: https://travis-ci.org/Polyconseil/aioamqp .. image:: https://readthedocs.org/projects/aioamqp/badge/?version=latest :alt: Documentation Status :scale: 100% :target: https://aioamqp.readthedocs.org/en/latest/?badge=latest ``aioamqp`` library is a pure-Python implementation of the `AMQP 0.9.1 protocol`_. Built 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. Bug reports, patches and suggestions welcome! Just open an issue_ or send a `pull request`_. tests ----- To run the tests, you'll need to install the Python test dependencies:: pip install -r requirements_dev.txt Tests require an instance of RabbitMQ. You can start a new instance using docker:: doc