Metadata-Version: 2.0
Name: pyrabbit2
Version: 1.0.5
Summary: A Pythonic interface to the RabbitMQ Management HTTP API
Home-page: https://github.com/deslum/pyrabbit2
Author: Brian K. Jones, Yuri Bukatkin
Author-email: bkjones@gmail.com, windowod@gmail.com
License: MIT
Download-URL: https://github.com/deslum/pyrabbit2/archive/master.zip
Keywords: python http amqp rabbit rabbitmq management
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests


Fork module to communicate the RabbitMQ HTTP Management API https://github.com/bkjones/pyrabbit

The main documentation lives at http://pyrabbit.readthedocs.org

There's no way to easily write programs against RabbitMQs management API
without resorting to some messy urllib boilerplate code involving HTTP
Basic authentication and parsing the JSON responses, etc. Pyrabbit
abstracts this away & provides an intuitive, easy way to work with the
data that lives inside of RabbitMQ, and manipulate the resources there.

