MANIFEST.in
README.md
setup.cfg
setup.py
j3/api.py
j3/command.py
j3/config.py
j3/event.py
j3/logging.py
j3/orm.py
j3/py.typed
j3/redis.py
j3/repo.py
j3/schema.py
j3/uow.py
j3/utils.py
j3/core/__init__.py
j3/core/_errors.py
j3/core/_logging.py
j3/core/_models.py
j3/core/_uow.py
j3/core/py.typed
j3/templates/app/.gitignore
j3/templates/app/README.md.j2
j3/templates/app/requirements.txt
j3/templates/app/setup.cfg.j2
j3/templates/app/.vscode/settings.json
j3/templates/app/app/__init__.py
j3/templates/app/app/__main__.py
j3/templates/app/app/config.py.j2
j3/templates/app/app/adapters/__init__.py
j3/templates/app/app/adapters/orm/__init__.py
j3/templates/app/app/adapters/orm/default.py.j2
j3/templates/app/app/domain/__init__.py
j3/templates/app/app/domain/aggregates.py
j3/templates/app/app/domain/events.py
j3/templates/app/app/domain/models.py
j3/templates/app/app/handlers/__init__.py
j3/templates/app/app/handlers/sample.py
j3/templates/app/app/routes/__init__.py
j3/templates/app/app/routes/sample.py
j3/templates/app/app/schema/__init__.py
j3/templates/app/app/schema/sample.py
j3/templates/app/app/services/__init__.py
j3/templates/app/app/services/sample.py
j3/templates/app/tests/__init__.py
j3/templates/app/tests/conftest.py
j3/templates/app/tests/e2e/__init__.py
j3/templates/app/tests/e2e/test_api.py
j3/templates/app/tests/integration/__init__.py
j3/templates/app/tests/integration/test_orm.py
j3/templates/app/tests/integration/test_repository.py
j3/templates/app/tests/integration/test_uow.py
j3/templates/app/tests/unit/__init__.py
j3/templates/app/tests/unit/test_domain.py.j2
j3/templates/app/tests/unit/test_services.py.j2
j3/test/__init__.py
j3/test/api.py
j3/test/e2e.py
j3/test/py.typed
j3/test/unit.py
j3/test/utils.py
j3_framework.egg-info/PKG-INFO
j3_framework.egg-info/SOURCES.txt
j3_framework.egg-info/dependency_links.txt
j3_framework.egg-info/entry_points.txt
j3_framework.egg-info/requires.txt
j3_framework.egg-info/top_level.txt
tests/app/__init__.py
tests/app/__main__.py
tests/app/adapters/__init__.py
tests/app/adapters/email.py
tests/app/adapters/orm.py
tests/app/adapters/repos.py
tests/app/config/__init__.py
tests/app/config/account.py
tests/app/config/test.py
tests/app/domain/__init__.py
tests/app/domain/aggregates.py
tests/app/domain/commands.py
tests/app/domain/events.py
tests/app/domain/models.py
tests/app/handlers/__init__.py
tests/app/handlers/allocation.py
tests/app/handlers/external.py
tests/app/routes/__init__.py
tests/app/routes/fastapi.py
tests/app/schema/__init__.py
tests/app/schema/allocation.py
tests/app/services/__init__.py
tests/app/services/allocation.py
tests/app/services/order.py
tests/app/views/__init__.py
tests/app/views/allocation.py
tests/e2e/__init__.py
tests/e2e/test_api.py
tests/e2e/test_command.py
tests/e2e/test_external_events.py
tests/integration/__init__.py
tests/integration/test_orm.py
tests/integration/test_repository.py
tests/integration/test_uow.py
tests/unit/__init__.py
tests/unit/test_allocate.py
tests/unit/test_batch.py
tests/unit/test_gen_orm.py
tests/unit/test_handlers.py
tests/unit/test_msa_cmdparser.py
tests/unit/test_product.py
tests/unit/test_services.py
tests/unit/test_views.py