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).
Release files for aioamqp-authentise 0.10.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aioamqp-authentise-0.10.1.tar.gz | 34.9 kB | Details |
Release files / aioamqp-authentise-0.10.1.tar.gz
| Download URL | aioamqp-authentise-0.10.1.tar.gz |
|---|---|
| Size | 34.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
808df0759628b07e1e216dd7faa5df2d9bb7801ef4c2563d3feba176f16bcab6
|
|
BLAKE2b-256 checksum How to use checksums |
50fe385ddd79f78099a7a926b7d85f59b9490688a5a281c4467fcc8518ae5caa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |