Metadata-Version: 2.1
Name: simple-cqrs
Version: 1.0.0
Summary: CQRS and Event Sourcing made simple
License: MIT
Author: David Jiménez (Rydra)
Requires-Python: >=3.7.0,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: funcy (>=1.14,<2.0)
Requires-Dist: marshmallow (>=3.3.0,<4.0.0)
Requires-Dist: methoddispatch (>=3.0.2,<4.0.0)
Requires-Dist: pytz (>=2019.3,<2020.0)
Requires-Dist: singleton-py3 (>=0.2.1,<0.3.0)
