This project is fork project pyrabbit https://github.com/bkjones/pyrabbit
I fork project, because he don't update many years.
Pyrabbit2 is a module to make it easy to interface w/ RabbitMQ's HTTP Management API. It's tested against RabbitMQ 3.7.4 using Python 2.7-3.6. It has a pretty solid set of tests, and I use tox to test across Python versions.
PyRabbit2 is on PyPI, which makes it installable using pip or easy_install.
- Users (Create, Read, Update, Delete)
 - User acess SHA256 + salt
 - Permissions
 - Polices
 - Support SSL
 - Vhosts (Create, Read, Update, Delete)
 - Exchanges (Create, Read, Update, Delete)
 - Bindings (Create, Read, Update, Delete)
 - Queues (Create, Read, Update, Delete)
 - Shovel
 - Work with cluster nodes
 - Many features support RabbitMQ API https://pulse.mozilla.org/api/
 
pip3 install pyrabbit2