KirovVerst / rabbitmq-tutorial-async

RabbitMQ tutorial on Python with aio-pika

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rabbitmq-tutorial-async

Github CI made-with-python MIT license

RabbitMQ tutorials on Python with aio-pika

Development

Run RabbitMQ

$ docker-compose up -d

Install requirements

Python 3.8 is required.

$(venv) pip install -r requirements.txt

Run static checks

$(venv) pip install -r requirements-test.txt
$(venv) pre-commit run --all-files

Licensing

The code in this project is licensed under MIT license.

About

RabbitMQ tutorial on Python with aio-pika

License:MIT License


Languages

Language:Python 100.0%