README.md
setup.cfg
setup.py
FastMSA.egg-info/PKG-INFO
FastMSA.egg-info/SOURCES.txt
FastMSA.egg-info/dependency_links.txt
FastMSA.egg-info/entry_points.txt
FastMSA.egg-info/requires.txt
FastMSA.egg-info/top_level.txt
fastmsa/__init__.py
fastmsa/api.py
fastmsa/command.py
fastmsa/config.py
fastmsa/event.py
fastmsa/logging.py
fastmsa/orm.py
fastmsa/py.typed
fastmsa/redis.py
fastmsa/repo.py
fastmsa/schema.py
fastmsa/uow.py
fastmsa/utils.py
fastmsa/core/__init__.py
fastmsa/core/_errors.py
fastmsa/core/_logging.py
fastmsa/core/_models.py
fastmsa/core/_uow.py
fastmsa/core/py.typed
fastmsa/templates/app/.gitignore
fastmsa/templates/app/README.md.j2
fastmsa/templates/app/requirements.txt
fastmsa/templates/app/setup.cfg.j2
fastmsa/templates/app/.vscode/settings.json
fastmsa/templates/app/app/__init__.py
fastmsa/templates/app/app/__main__.py
fastmsa/templates/app/app/config.py.j2
fastmsa/templates/app/app/adapters/__init__.py
fastmsa/templates/app/app/adapters/orm/__init__.py
fastmsa/templates/app/app/adapters/orm/default.py.j2
fastmsa/templates/app/app/domain/__init__.py
fastmsa/templates/app/app/domain/aggregates.py
fastmsa/templates/app/app/domain/events.py
fastmsa/templates/app/app/domain/models.py
fastmsa/templates/app/app/handlers/__init__.py
fastmsa/templates/app/app/handlers/sample.py
fastmsa/templates/app/app/routes/__init__.py
fastmsa/templates/app/app/routes/sample.py
fastmsa/templates/app/app/schema/__init__.py
fastmsa/templates/app/app/schema/sample.py
fastmsa/templates/app/app/services/__init__.py
fastmsa/templates/app/app/services/sample.py
fastmsa/templates/app/tests/__init__.py
fastmsa/templates/app/tests/conftest.py
fastmsa/templates/app/tests/e2e/__init__.py
fastmsa/templates/app/tests/e2e/test_api.py
fastmsa/templates/app/tests/integration/__init__.py
fastmsa/templates/app/tests/integration/test_orm.py
fastmsa/templates/app/tests/integration/test_repository.py
fastmsa/templates/app/tests/integration/test_uow.py
fastmsa/templates/app/tests/unit/__init__.py
fastmsa/templates/app/tests/unit/test_domain.py.j2
fastmsa/templates/app/tests/unit/test_services.py.j2
fastmsa/test/__init__.py
fastmsa/test/api.py
fastmsa/test/e2e.py
fastmsa/test/py.typed
fastmsa/test/unit.py
fastmsa/test/utils.py