AMQP implementation using asyncio
Project description
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:
docker run -d --log-driver=syslog -e RABBITMQ_NODENAME=my-rabbit --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3-management
Then you can run the tests with make test (requires nose).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size aioamqp-0.8.0-py33.py34.py35-none-any.whl (22.1 kB) | File type Wheel | Python version py33.py34.py35 | Upload date | Hashes View |
Filename, size aioamqp-0.8.0.tar.gz (32.8 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for aioamqp-0.8.0-py33.py34.py35-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 232724d0a91d70eae5be1adcb5610e9dc6a2d5f0915871f65ab53ae8096d441e |
|
MD5 | 632f3f83ea08865d6f810d4df73ffb69 |
|
BLAKE2-256 | 17e91d65abe87f99dfec09337bded10fff9aa06eac5847a47ab85f1317658b4c |