Skip to content

aleasoluciones/infrabbitmq3

Repository files navigation

infrabbitmq3

CI Python versions supported

Wrapper for the pika library using Python 3.

Development

Setup

Create a virtual environment, install dependencies and load environment variables.

mkvirtualenv infrabbitmq3 -p $(which python3.11)
dev/setup_venv.sh
source dev/env_develop

Run dependencies (in this case, a RabbitMQ docker container).

dev/start_infrabbitmq3_dependencies.sh

Running tests, linter & formatter and configure git hooks

Note that this project uses Alea's pydevlib, so take a look at its README or run the command pydevlib from the virtual environment to see a summary of the available commands.