README.md
pyproject.toml
static_di/__init__.py
static_di/class_dependency.py
static_di/default_config.py
static_di/dependency_injector.py
static_di/fetch_dependency.py
static_di/get_signature_without_self.py
static_di/resolve_arguments.py
static_di/scope.py
static_di/value_dependency.py
static_di.egg-info/PKG-INFO
static_di.egg-info/SOURCES.txt
static_di.egg-info/dependency_links.txt
static_di.egg-info/requires.txt
static_di.egg-info/top_level.txt
static_di/interfaces/__init__.py
static_di/interfaces/i_config.py
static_di/interfaces/i_dependency.py
static_di/interfaces/i_dependency_injector.py
static_di/interfaces/i_fetch_dependency.py
static_di/interfaces/i_resolve_arguments.py
static_di/interfaces/i_scope.py
tests/test_all.py
tests/test_class_dependency.py
tests/test_dependency_injector.py
tests/test_fetch_dependency.py
tests/test_get_signature_without_self.py
tests/test_resolve_arguments.py
tests/test_scope.py
tests/test_value_dependency.py