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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

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

Hashes for rabbitman-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1a14332197a046d73f19a37a90651be56db37e9b2cb084bc10f5e2dc665768b8
MD5 f86c4dc09a443893b7fdcfa15ac257be
BLAKE2b-256 bc4fae9eadfdbfcb29195a86c1f0203cb00c22705c805dbfdbd60236b3380c24

See more details on using hashes here.

File details

Details for the file rabbitman-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for rabbitman-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 05df6f40f8e98b78653b5500b53d88b3b5c3f13b23e7dd5c418f75cefa601de7
MD5 413ad2eee12ab53b7ccbcd0a7475de00
BLAKE2b-256 6e2ae211f97562311134a85cb320a0aa92adcfa443b3f552fcf75cdfb072aff9

See more details on using hashes here.

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