Metadata-Version: 2.4
Name: md.event
Version: 1.0.2
Summary: Event dispatcher
License: License :: OSI Approved :: MIT License
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.python==1.*
Requires-Dist: psr.event==1.*
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# md.event

md.event is [psr.event](../psr.event/) contract implementation component 
that provides mediator pattern API to dispatch events.
Inspired by `symfony/event-dispatcher`.

## Architecture overview

[![Architecture overview][architecture-overview]][architecture-overview]

## Install

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

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

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

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

[architecture-overview]: docs/_static/architecture.class-diagram.svg
