Metadata-Version: 2.1
Name: md.message.rabbitmq.pika
Version: 0.3.0
Summary: Provides rabbitmq client implementation of md.message contract on top of pika
Home-page: UNKNOWN
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: md.message (==0.2.*)
Requires-Dist: pika (>=1.2)

# md.message.rabbitmq.pika

md.message.rabbitmq.pika component provides [RabbitMQ](#) message queue 
implementation of [md.message](#) contracts as adapter of [pika](#) 
and provides few useful tools out from box.

## Architecture overview

![Architecture overview](docs/_static/architecture.class-diagram.png)

## Installation

```sh
pip install md.message.rabbitmq.pika --index-url https://source.md.land/python/
```

## [Documentation](./docs/index.md)

Read documentation with examples: https://development.md.land/python/md.message.rabbitmq.pika/

## [Changelog](changelog.md)
## [License (MIT)](license.md)


