Skip to main content

Python interface to the RabbitMQ management api

Project description

Python client for the RabbitMQ management plugin.

>>> from rabbitman import Client
>>> client = Client('http://localhost:15672', 'guest', 'guest')
>>> client.get_vhosts()
[{
    'name': '/',
    'messages': 48,
    'tracing': False,
    # ...
},
# ...
]

Installing

pip install rabbitman

Why not pyrabbit

The code for this client is auto-generated from the api documentation, and so has complete support for all endpoints. We are also based on requests instead of httplib2, which in our experience is more stable.

License

This package is licensed under MIT. The api enpoint documentation is generated from documentation at https://www.rabbitmq.com/management.html, licensed under the MPL.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rabbitman-0.1.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

rabbitman-0.1.0-py2.py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page