diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 20:17:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:34:54 +0700 |
commit | 9ce37db212d37691272b60a77554e8d7e9a97a18 (patch) | |
tree | c0d3b4d161d61c53d11ec8ace52b3ea395e1bef2 /python/python3-kombu/README | |
parent | 225e89010a7b2316d4fb91e92f74a3929d2b042c (diff) |
python/python3-kombu: renamed from kombu for python3, updated for version 5.2.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-kombu/README')
-rw-r--r-- | python/python3-kombu/README | 9 |
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. |