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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file rabbitman-0.1.0.tar.gz
.
File metadata
- Download URL: rabbitman-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a14332197a046d73f19a37a90651be56db37e9b2cb084bc10f5e2dc665768b8 |
|
MD5 | f86c4dc09a443893b7fdcfa15ac257be |
|
BLAKE2b-256 | bc4fae9eadfdbfcb29195a86c1f0203cb00c22705c805dbfdbd60236b3380c24 |
File details
Details for the file rabbitman-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: rabbitman-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05df6f40f8e98b78653b5500b53d88b3b5c3f13b23e7dd5c418f75cefa601de7 |
|
MD5 | 413ad2eee12ab53b7ccbcd0a7475de00 |
|
BLAKE2b-256 | 6e2ae211f97562311134a85cb320a0aa92adcfa443b3f552fcf75cdfb072aff9 |