summaryrefslogtreecommitdiffstats
path: root/python/kombu/README
diff options
context:
space:
mode:
author Dave Woodfall2021-05-21 22:32:15 +0200
committer Willy Sudiarto Raharjo2021-06-01 20:02:25 +0200
commit962d66f8192b0b6ad14072d8929f91bc052025e5 (patch)
tree621072069ded49c4803197f16e13b73d9908909b /python/kombu/README
parentd5af3af6d76d2713d62a514ba9a4a8a44b54833b (diff)
downloadslackbuilds-962d66f8192b0b6ad14072d8929f91bc052025e5.tar.gz
python/kombu: Convert python to python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/kombu/README')
-rw-r--r--python/kombu/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/kombu/README b/python/kombu/README
index f83d04ed25..7df1347cb3 100644
--- a/python/kombu/README
+++ b/python/kombu/README
@@ -1,9 +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.
+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.
+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.