Skip to main content

A small utility for testing RabbitMQ connections.

Project description

Rabbot

Build Status

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.

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

rabbot-0.3.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

rabbot-0.3.1-py3-none-any.whl (5.1 kB view hashes)

Uploaded 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