diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-10-26 18:42:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-26 18:52:02 +0700 |
commit | 4a81814a6d428a0ea5c43ec9df83c0f2f26a4e2e (patch) | |
tree | 385aa33015ef8be8e142394fa92ad81ac6567874 /python/kombu/README | |
parent | b99fa70031babad1f607dc4d800e398ca93ad8e2 (diff) |
python/kombu: Added (Messaging Library for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/kombu/README')
-rw-r--r-- | python/kombu/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/kombu/README b/python/kombu/README new file mode 100644 index 0000000000000..f83d04ed25946 --- /dev/null +++ b/python/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. |