.gitignore
.pre-commit-config.yaml
.safety-policy.yml
LICENSE
Makefile
README.md
pyproject.toml
requirements.txt
whitelist.txt
.github/workflows/main-branch.yaml
.github/workflows/other-branch.yaml
.github/workflows/release.yaml
.meta/coverage/badge.svg
.meta/coverage/report.txt
bin/run-example-application
service_oriented/__init__.py
service_oriented/__version__.py
service_oriented/deployment_environment.py
service_oriented/py.typed
service_oriented.egg-info/PKG-INFO
service_oriented.egg-info/SOURCES.txt
service_oriented.egg-info/dependency_links.txt
service_oriented.egg-info/requires.txt
service_oriented.egg-info/top_level.txt
service_oriented/application/__init__.py
service_oriented/application/abstract_composition_root.py
service_oriented/application/base_application.py
service_oriented/application/entry_point_spec.py
service_oriented/application/generic_main.py
service_oriented/application/config/__init__.py
service_oriented/application/config/base_config.py
service_oriented/application/config/yaml_config_settings_source.py
service_oriented/logging/__init__.py
service_oriented/logging/normalized_json_formatter.py
service_oriented/services/__init__.py
service_oriented/services/logger_service/__init__.py
service_oriented/services/logger_service/logger_service.py
service_oriented/services/logger_service/logger_service_with_yaml_logging_config.py
service_oriented_test/__init__.py
service_oriented_test/conftest.py
service_oriented_test/deployment_environment_test.py
service_oriented_test/py.typed
service_oriented_test/application/__init__.py
service_oriented_test/application/base_application_test.py
service_oriented_test/application/entry_point_spec_test.py
service_oriented_test/application/generic_main_test.py
service_oriented_test/application/config/__init__.py
service_oriented_test/application/config/base_config_test.py
service_oriented_test/application/config/yaml_config_settings_source_test.py
service_oriented_test/example_application/__init__.py
service_oriented_test/example_application/main.py
service_oriented_test/example_application/app/__init__.py
service_oriented_test/example_application/app/application.py
service_oriented_test/example_application/app/config.py
service_oriented_test/example_application/app/entry_points/__init__.py
service_oriented_test/example_application/app/entry_points/printer.py
service_oriented_test/example_application_test/factories.py
service_oriented_test/example_application_test/app/application_test.py
service_oriented_test/example_application_test/app/config_test.py
service_oriented_test/example_application_test/app/entry_points/printer_test.py
service_oriented_test/fixtures/__init__.py
service_oriented_test/fixtures/logging_config.yaml
service_oriented_test/logging/normalized_json_formatter_test.py
service_oriented_test/services/logger_service/logger_service_with_yaml_logging_config_test.py