veegee / amqpy

Pure-Python 2 & 3 AMQP client library
http://amqpy.readthedocs.org/
Other
33 stars 5 forks source link

Python 2 & 3 AMQP 0.9.1 client library

|Version| |PyPI|

:Web: http://amqpy.readthedocs.org/ :Source: http://github.com/veegee/amqpy :Keywords: amqp, rabbitmq, qpid

About

amqpy is a pure-Python AMQP 0.9.1 client library for Python 2 >= 2.7.0 and Python 3 >= 3.2.0 (including PyPy and PyPy3) with a focus on:

It has very good performance, as AMQP 0.9.1 is a very efficient binary protocol, but does not sacrifice clean design and testability to save a few extra CPU cycles.

This library is actively maintained and has a zero bug policy. Please submit issues and pull requests, and bugs will be fixed immediately.

Guarantees

This library makes the following guarantees:

Features

Supports RabbitMQ extensions:

.. _Semantic versioning: http://semver.org

.. |Version| image:: https://img.shields.io/github/tag/veegee/amqpy.svg

.. |PyPI| image:: https://img.shields.io/pypi/v/amqpy.svg :target: https://pypi.python.org/pypi/amqpy/ :alt: Latest Version