slackbuilds/python/python3-kombu
Arn0 62d713887c
python/python3-kombu: updated for version 5.2.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-02 18:18:55 +07:00
..
README
python3-kombu.SlackBuild
python3-kombu.info
slack-desc

README

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.