MANIFEST.in
README.rst
setup.py
event_store/__init__.py
event_store.egg-info/PKG-INFO
event_store.egg-info/SOURCES.txt
event_store.egg-info/dependency_links.txt
event_store.egg-info/entry_points.txt
event_store.egg-info/requires.txt
event_store.egg-info/top_level.txt
event_store/application/__init__.py
event_store/application/configuration_service.py
event_store/domain/__init__.py
event_store/domain/model/__init__.py
event_store/domain/model/event_store.py
event_store/domain/model/event_store_serializer.py
event_store/domain/model/exceptions.py
event_store/infrastructure/__init__.py
event_store/infrastructure/configuration/__init__.py
event_store/infrastructure/persistence/__init__.py
event_store/infrastructure/persistence/pickle_serializer.py
event_store/infrastructure/persistence/sql_event_store.py
event_store/infrastructure/persistence/schema/__init__.py
event_store/infrastructure/persistence/schema/custom_types.py
event_store/infrastructure/persistence/schema/event_store_schema.py
event_store/infrastructure/reflection/__init__.py
event_store/infrastructure/reflection/reflection.py
event_store/infrastructure/scripts/__init__.py
event_store/infrastructure/scripts/database_tools.py
event_store/infrastructure/scripts/main.py