Metadata-Version: 1.0
Name: pyrabbit
Version: 0.9.7
Summary: A Pythonic interface to the RabbitMQ Management HTTP API
Home-page: http://www.github.com/bkjones/pyrabbit
Author: Brian K. Jones
Author-email: bkjones@gmail.com
License: MIT
Download-URL: http://www.github.com/bkjones/pyrabbit
Description: 
        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.
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 :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
