-
Piotr Maślanka authored7feb9f43
README.md 4.35 KiB
CoolAMQP
A Python client for RabbitMQ
Warning!! Since v1.3.1 development has been moved from GitHub to this GitLab. To install CoolAMQP please use
pip install --extra-index-url https://git.dms-serwis.com.pl/api/v4/groups/330/-/packages/pypi/simple coolamqp
Or state it at the beginning of your requirements.txt
:
--extra-index-url https://git.dms-serwis.com.pl/api/v4/groups/330/-/packages/pypi/simple
coolamqp
Why CoolAMQP?
It's the best way to talk Python to RabbitMQ with AMQP 0.9.1.
- tested against all versions of RabbitMQ 3.x and RabbitMQ 4.0
- AMQP 0.9.1 client that's native Python
- heavily optimized for speed
- geared towards interfacing with RabbitMQ
- supports custom RabbitMQ commands, such as
- traceable using opentracing
- code coverage is 80% at the moment
- 120 second stress tests are part of each release