MANIFEST.in
README.rst
setup.cfg
setup.py
src/inventorpy/__init__.py
src/inventorpy/__main__.py
src/inventorpy/__version__.py
src/inventorpy.egg-info/PKG-INFO
src/inventorpy.egg-info/SOURCES.txt
src/inventorpy.egg-info/dependency_links.txt
src/inventorpy.egg-info/not-zip-safe
src/inventorpy.egg-info/requires.txt
src/inventorpy.egg-info/top_level.txt
src/inventorpy/adapters/__init__.py
src/inventorpy/adapters/config.py
src/inventorpy/adapters/emails.py
src/inventorpy/adapters/orm.py
src/inventorpy/adapters/views.py
src/inventorpy/domain/__init__.py
src/inventorpy/domain/commands.py
src/inventorpy/domain/emails.py
src/inventorpy/domain/events.py
src/inventorpy/domain/models.py
src/inventorpy/domain/ports.py
src/inventorpy/services/__init__.py
src/inventorpy/services/command_handlers.py
src/inventorpy/services/event_handlers.py