diff options
Diffstat (limited to 'python/python3-amqp')
-rw-r--r-- | python/python3-amqp/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-amqp/README b/python/python3-amqp/README index 90d8fe8231f9d..5fb96580d9952 100644 --- a/python/python3-amqp/README +++ b/python/python3-amqp/README @@ -1,7 +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 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. |