aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-kombu/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-kombu/pkg/DESCR')
-rw-r--r--devel/py-kombu/pkg/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/py-kombu/pkg/DESCR b/devel/py-kombu/pkg/DESCR
new file mode 100644
index 0000000..6d0ecef
--- /dev/null
+++ b/devel/py-kombu/pkg/DESCR
@@ -0,0 +1,6 @@
+Kombu is a messaging library for Python.
+
+The aim of Kombu is to make messaging in Python as easy as possible
+by providing an idiomatic high-level interface for the AMQ protocol,
+and also provide proven and tested solutions to common messaging
+problems.