summaryrefslogtreecommitdiffstats
path: root/python/python3-kombu/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-kombu/README')
-rw-r--r--python/python3-kombu/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-kombu/README b/python/python3-kombu/README
new file mode 100644
index 0000000000..7df1347cb3
--- /dev/null
+++ b/python/python3-kombu/README
@@ -0,0 +1,9 @@
+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.
+
+AMQP is the Advanced Message Queuing Protocol, an open standard protocol
+for message orientation, queuing, routing, reliability and security, for
+which the RabbitMQ messaging server is the most popular implementation.