summaryrefslogtreecommitdiffstats
path: root/python/amqp/README
diff options
context:
space:
mode:
author Yth - Arnaud2019-10-26 13:39:54 +0200
committer Willy Sudiarto Raharjo2019-10-26 13:52:02 +0200
commit7290876861421317b729aec001222f754ee5f70c (patch)
tree6b07fd76ecc5db21efb15a2a611145c8e2ad579e /python/amqp/README
parent7f268daa0e4021f116c95654b3ccb05919804515 (diff)
downloadslackbuilds-7290876861421317b729aec001222f754ee5f70c.tar.gz
python/amqp: Added (AMQP client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/amqp/README')
-rw-r--r--python/amqp/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/amqp/README b/python/amqp/README
new file mode 100644
index 0000000000..90d8fe8231
--- /dev/null
+++ b/python/amqp/README
@@ -0,0 +1,7 @@
+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.