LICENSE
MANIFEST.in
README.md
pyproject.toml
src/julee/__init__.py
src/julee/py.typed
src/julee.egg-info/PKG-INFO
src/julee.egg-info/SOURCES.txt
src/julee.egg-info/dependency_links.txt
src/julee.egg-info/requires.txt
src/julee.egg-info/top_level.txt
src/julee/core/__init__.py
src/julee/core/doctrine_constants.py
src/julee/core/kits.py
src/julee/core/doctrine/__init__.py
src/julee/core/doctrine/conftest.py
src/julee/core/doctrine/test_entity.py
src/julee/core/doctrine/test_handler_protocol.py
src/julee/core/doctrine/test_kit.py
src/julee/core/doctrine/test_repository_protocol.py
src/julee/core/doctrine/test_use_case.py
src/julee/core/entities/__init__.py
src/julee/core/entities/acknowledgement.py
src/julee/core/entities/bounded_context.py
src/julee/core/entities/bounded_context_info.py
src/julee/core/entities/code_info.py
src/julee/core/entities/content_stream.py
src/julee/core/entities/entity.py
src/julee/core/entities/file_storage.py
src/julee/core/entities/kit.py
src/julee/core/entities/pipeline.py
src/julee/core/entities/policy.py
src/julee/core/entities/tests/__init__.py
src/julee/core/entities/tests/test_content_stream.py
src/julee/core/entities/tests/test_kit.py
src/julee/core/infrastructure/__init__.py
src/julee/core/infrastructure/repositories/__init__.py
src/julee/core/infrastructure/repositories/entry_points/__init__.py
src/julee/core/infrastructure/repositories/entry_points/kit.py
src/julee/core/infrastructure/repositories/entry_points/tests/__init__.py
src/julee/core/infrastructure/repositories/entry_points/tests/test_kit.py
src/julee/core/infrastructure/repositories/file/__init__.py
src/julee/core/infrastructure/repositories/file/solution_config.py
src/julee/core/infrastructure/repositories/introspection/__init__.py
src/julee/core/infrastructure/repositories/introspection/bounded_context.py
src/julee/core/infrastructure/repositories/introspection/tests/__init__.py
src/julee/core/infrastructure/repositories/introspection/tests/test_bounded_context.py
src/julee/core/parsers/__init__.py
src/julee/core/parsers/ast.py
src/julee/core/parsers/tests/__init__.py
src/julee/core/parsers/tests/test_ast.py
src/julee/core/repositories/__init__.py
src/julee/core/repositories/bounded_context.py
src/julee/core/repositories/file_storage.py
src/julee/core/repositories/kit.py
src/julee/core/services/__init__.py
src/julee/core/services/clock.py
src/julee/core/services/execution.py
src/julee/core/tests/__init__.py
src/julee/core/tests/test_kits.py
src/julee/core/usecases/__init__.py
src/julee/core/usecases/generate_crud.py
src/julee/core/usecases/generic_crud.py
src/julee/core/usecases/code_artifact/__init__.py
src/julee/core/usecases/code_artifact/list_handler_protocols.py
src/julee/core/usecases/code_artifact/list_repository_protocols.py
src/julee/core/usecases/code_artifact/list_requests.py
src/julee/core/usecases/code_artifact/list_responses.py
src/julee/core/usecases/code_artifact/list_use_cases.py
src/julee/core/usecases/code_artifact/uc_interfaces.py
src/julee/core/usecases/tests/__init__.py
src/julee/core/usecases/tests/test_generic_crud.py
src/julee/core/validation/__init__.py
src/julee/core/validation/repository.py
src/julee/core/validation/type_guards.py
src/julee/integrations/__init__.py
src/julee/integrations/minio/__init__.py
src/julee/integrations/minio/client.py
src/julee/integrations/minio/file_storage.py
src/julee/integrations/minio/testing.py
src/julee/integrations/minio/tests/__init__.py
src/julee/integrations/minio/tests/test_client_protocol.py
src/julee/integrations/temporal/__init__.py
src/julee/integrations/temporal/activities.py
src/julee/integrations/temporal/clock.py
src/julee/integrations/temporal/data_converter.py
src/julee/integrations/temporal/decorators.py
src/julee/integrations/temporal/execution.py
src/julee/integrations/temporal/file_storage_client_proxy.py
src/julee/integrations/temporal/file_storage_proxy.py
src/julee/integrations/temporal/minio_file_storage.py
src/julee/integrations/temporal/tests/__init__.py
src/julee/integrations/temporal/tests/test_decorators.py
src/julee/maintenance/__init__.py
src/julee/maintenance/release.py
src/julee/repositories/__init__.py
src/julee/repositories/base.py
src/julee/repositories/memory/__init__.py
src/julee/repositories/memory/base.py