rabbot 0.3.4

Creator: railscoder56

Last updated:

Add to Cart

Description:

rabbot 0.3.4

Rabbot


A utility for validating connections to RabbitMQ servers.
Installing Rabbot
pip install rabbot

Development
This project relies on Poetry for development, packaging, and publishing. You will need to have this tool installed on your machine before you can properly develop against Rabbot.
curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python

Please see the installation guide for other options.
Contributing
See CONTRIBUTING.md.
Versioning
This project uses semantic versioning (SemVer 2.0.0). Incrementing versions is managed by bumpversion.
To ensure that the repo is properly versioned, you will need to install bumpversion.
pip install bumpversion

Once installed, bump the version before pushing your code or created a pull request.
# Examples

# Bumping the major version to indicate a backwards incompatible change
bumpversion major

# Bumping the minor version
bumpversion minor

# Bumping the subminor due to a hotfix
bumpversion patch

Note: Bumpversion is configured to automatically create a commit when executed.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.