[rabbitmq-discuss] rabbitpy 0.12.0 Released

Gavin M. Roy gavinmroy at gmail.com
Thu Dec 19 03:23:01 GMT 2013


I am pleased to announce the availability of rabbitpy 0.12 on the Python Package Index:

	https://preview-pypi.python.org/project/rabbitpy/

rabbitpy is a pure python, thread-safe, minimalistic and pythonic BSD Licensed AMQP/RabbitMQ library that supports Python 2.6, 2.7 and 3.3. rabbitpy aims to provide a simple and easy to use API for interfacing with RabbitMQ, minimizing the programming overhead often found in other libraries.

For example, consuming messages can be as simple as (connecting to localhost:5672 / as guest by default)

    for msg in rabbitpy.consume(queue='test', no_ack=True):
        msg.pprint(True)

Documentation is available at https://rabbitpy.readthedocs.org/en/latest/

Recent versions of rabbitpy have focused on performance improvements and reducing CPU overhead.

All users of rmqid or rabbitpy are encouraged to update to the latest version using pip:

    pip install —upgrade rabbitpy

rabbitpy is available on GitHub at https://github.com/gmr/rabbitpy and is BSD licensed.

Please report any issues at https://github.com/gmr/rabbitpy/issues

Regards,

Gavin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131218/7e069c2f/attachment.html>


More information about the rabbitmq-discuss mailing list