summaryrefslogtreecommitdiffstats
path: root/python/kombu/README
diff options
context:
space:
mode:
author Arn02022-03-08 20:17:32 +0100
committer Willy Sudiarto Raharjo2022-03-09 03:34:54 +0100
commit9ce37db212d37691272b60a77554e8d7e9a97a18 (patch)
treec0d3b4d161d61c53d11ec8ace52b3ea395e1bef2 /python/kombu/README
parent225e89010a7b2316d4fb91e92f74a3929d2b042c (diff)
downloadslackbuilds-9ce37db212d37691272b60a77554e8d7e9a97a18.tar.gz
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/kombu/README')
-rw-r--r--python/kombu/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/python/kombu/README b/python/kombu/README
deleted file mode 100644
index 7df1347cb3..0000000000
--- a/python/kombu/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.