summaryrefslogtreecommitdiffstats
path: root/python/amqp/README
diff options
context:
space:
mode:
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.