.gitignore
README.md
pyproject.toml
requirements.txt
services_example.yaml
.github/workflows/publish.yml
.github/workflows/tests.yml
examples/example.py
examples/services.yaml
examples/services/api_client.py
examples/services/complex_service.py
examples/services/complex_service_factory.py
examples/services/greeter.py
examples/services/greeting_service.py
examples/services/logger.py
examples/services/validation_service.py
examples/services/validators/email_validator.py
examples/services/validators/url_validator.py
src/dimwiddle/__init__.py
src/dimwiddle/_version.py
src/dimwiddle.egg-info/PKG-INFO
src/dimwiddle.egg-info/SOURCES.txt
src/dimwiddle.egg-info/dependency_links.txt
src/dimwiddle.egg-info/requires.txt
src/dimwiddle.egg-info/top_level.txt
src/dimwiddle/application/__init__.py
src/dimwiddle/application/load_definitions.py
src/dimwiddle/application/module_resolution.py
src/dimwiddle/application/protocols/__init__.py
src/dimwiddle/application/protocols/config_protocol.py
src/dimwiddle/application/protocols/yaml_loader_protocol.py
src/dimwiddle/domain/__init__.py
src/dimwiddle/domain/container.py
src/dimwiddle/domain/service_definition.py
src/dimwiddle/infrastructure/__init__.py
src/dimwiddle/infrastructure/config.py
src/dimwiddle/infrastructure/tagged_iterator.py
src/dimwiddle/infrastructure/yaml_loader.py
tests/__init__.py
tests/integration/__init__.py
tests/integration/test_integration.py
tests/unit/__init__.py
tests/unit/test_config.py
tests/unit/test_container.py
tests/unit/test_yaml_loader.py