Wrapper for the pika library using Python 3.
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
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.