Metadata-Version: 2.1
Name: meteor
Version: 0.1.0
Summary: Mediator pattern, interface inspired by jbogard/MediatR
Home-page: https://github.com/stnley/meteor
License: MIT
Author: stnley
Author-email: 64174376+stnley@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Project-URL: Repository, https://github.com/stnley/meteor
Description-Content-Type: text/markdown

# Meteor
An un-featureful implementation of the mediator pattern.


# To do
- [ ] documentation

