diff options
author | Arn0 <yth@ythogtha.org> | 2022-03-08 20:16:20 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-09 09:33:24 +0700 |
commit | 225e89010a7b2316d4fb91e92f74a3929d2b042c (patch) | |
tree | be9edaf6e1f2119639371e8d7872fc2b46085f1b /python/python3-amqp/README | |
parent | b5b83905ccc5ea486911fb4a12b7c2503f7177a7 (diff) |
python/python3-amqp: Updated for version 5.0.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-amqp/README')
-rw-r--r-- | python/python3-amqp/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python3-amqp/README b/python/python3-amqp/README new file mode 100644 index 0000000000000..90d8fe8231f9d --- /dev/null +++ b/python/python3-amqp/README @@ -0,0 +1,7 @@ +amqp - Python AMQP low-level client library. + +This is a fork of amqplib which was originally written by Barry Pederson. +It is maintained by the Celery project, and used by kombu as a pure python alternative +when librabbitmq is not available. + +This library should be API compatible with librabbitmq. |