Metadata-Version: 2.4
Name: mediator-lite
Version: 0.1.0
Summary: A simple mediator, command/handler dispatcher that won't polute your classes
Project-URL: Homepage, https://github.com/victordfb/mediator-lite
Project-URL: Repository, https://github.com/victordfb/mediator-lite
Author-email: Victor Barbosa <victordfb@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.6
Requires-Dist: pytest-cov>=4.0.0
Requires-Dist: pytest>=7.0.1
Description-Content-Type: text/markdown

# Mediator lite

A simple mediator, command/handler dispatcher that won't polute your classes

## Installation

```bash
pip install mediator-lite
