gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library

Home Page:http://rabbitpy.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rabbitpy - RabbitMQ simplified

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

Version Downloads Status Coverage License

Installation

rabbitpy may be installed via the Python package index with the tool of your choice. I prefer pip:

pip install rabbitpy

But there's always easy_install:

easy_install rabbitpy

Documentation

Documentation is available on ReadTheDocs.

Requirements

Version History

Available at https://rabbitpy.readthedocs.org/en/latest/history.html

About

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library

http://rabbitpy.readthedocs.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.5%Language:Shell 0.5%