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.
Source Distribution
Built Distribution
File details
Details for the file aioamqp-0.10.0.tar.gz
.
File metadata
- Download URL: aioamqp-0.10.0.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c618af6d005942a2a8711f7548348f9028fac2673f0dc2d192310cef83486204 |
|
MD5 | ecfb860d9cfd1cf72b11f16ebb804171 |
|
BLAKE2b-256 | 22f22b78c982e81eb840de18a419aa5c7d10519ccd81852e91310ebcbcd3e78b |
File details
Details for the file aioamqp-0.10.0-py33.py34.py35-none-any.whl
.
File metadata
- Download URL: aioamqp-0.10.0-py33.py34.py35-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3.3, Python 3.4, Python 3.5
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fa0c7b1199f196f7bc04d3a486fea1a0ed44387bf0d2241a823116a6dfdadff |
|
MD5 | 66a03b537b70184860554b53a73ccc5c |
|
BLAKE2b-256 | 907396561edbc743e8f95f55ce8852d40bac8b413857b273a625321de8f0143d |