slackbuilds_ponce/python/amqp/README
Yth - Arnaud 7290876861 python/amqp: Added (AMQP client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-10-26 18:52:02 +07:00

7 lines
299 B
Text

amqp - Python AMQP low-level client library.
This is a fork of amqplib which was originally written by Barry Pederson.
It is maintained by the Celery project, and used by kombu as a pure python alternative
when librabbitmq is not available.
This library should be API compatible with librabbitmq.