Metadata-Version: 2.1
Name: microcosm-eventsource
Version: 3.0.0
Summary: Event-sourced state machines using microcosm
Home-page: https://github.com/globality-corp/microcosm-eventsource
Author: Globality Engineering
Author-email: engineering@globality.com
Keywords: microcosm
Requires-Python: >=3.11
License-File: LICENSE
Requires-Dist: microcosm >=4.0.0
Requires-Dist: microcosm-flask >=6.0.0
Requires-Dist: microcosm-logging >=2.0.0
Requires-Dist: microcosm-postgres >=4.0.0
Requires-Dist: microcosm-pubsub >=3.0.0
Requires-Dist: sqlalchemy >=2.0.0
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: flake8-print ; extra == 'lint'
Requires-Dist: flake8-isort ; extra == 'lint'
Provides-Extra: test
Requires-Dist: aws-encryption-sdk >=2.0.0 ; extra == 'test'
Requires-Dist: cryptography >=35 ; extra == 'test'
Requires-Dist: coverage >=3.7.1 ; extra == 'test'
Requires-Dist: PyHamcrest >=1.8.5 ; extra == 'test'
Requires-Dist: pytest-cov >=3.0.0 ; extra == 'test'
Requires-Dist: pytest >=6.2.5 ; extra == 'test'
Requires-Dist: pytest-cov >=5.0.0 ; extra == 'test'
Provides-Extra: typehinting
Requires-Dist: mypy ; extra == 'typehinting'
Requires-Dist: types-psycopg2 ; extra == 'typehinting'
Requires-Dist: types-python-dateutil ; extra == 'typehinting'
Requires-Dist: types-pytz ; extra == 'typehinting'
Requires-Dist: types-setuptools ; extra == 'typehinting'

