Metadata-Version: 2.1
Name: md.message
Version: 0.2.0
Summary: Set of contracts defines message processing lifecycle
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

# md.message

md.message component defines message/message queue interaction contracts and 
provides few useful tools out from box.

## Architecture overview

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

## Installation

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

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

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

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


