Kaveshnikov / python-rabbitmq-app

Template application for RabbitMQ producer/consumer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-rabbitmq-app

This is a template for RabbitMQ consumer/producer application. Clone this repo and write your handlers.

Don`t forget to lock requirements versions

Prospector pre-commit hook

Prospector tool calls mypy. Mypy must be used from the same venv from sources are executed. Thus to run prospector as a pre-commit hook it must be called from the same environment. A solution used here is to use local pre-commit hook which calls prospector from the sh script.

virtualenvwrapper is used for managing venvs. If you use another approach change prospector.sh to use proper venv for prospector.

About

Template application for RabbitMQ producer/consumer


Languages

Language:Python 53.8%Language:Shell 44.2%Language:Dockerfile 2.0%