aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-amqp/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-amqp/pkg/DESCR')
-rw-r--r--devel/py-amqp/pkg/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-amqp/pkg/DESCR b/devel/py-amqp/pkg/DESCR
new file mode 100644
index 0000000..57f91a7
--- /dev/null
+++ b/devel/py-amqp/pkg/DESCR
@@ -0,0 +1,4 @@
+Python AMQP (Advanced Message Queuing Protocol) Client library,
+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.