.coveragerc
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
.llm/ARCHITECTURE.md
.llm/DECISIONS.md
.llm/GUIDE.md
.llm/OVERVIEW.md
src/pico_ioc/__init__.py
src/pico_ioc/_state.py
src/pico_ioc/_version.py
src/pico_ioc/api.py
src/pico_ioc/container.py
src/pico_ioc/decorators.py
src/pico_ioc/plugins.py
src/pico_ioc/proxy.py
src/pico_ioc/public_api.py
src/pico_ioc/resolver.py
src/pico_ioc/scanner.py
src/pico_ioc/typing_utils.py
src/pico_ioc.egg-info/PKG-INFO
src/pico_ioc.egg-info/SOURCES.txt
src/pico_ioc.egg-info/dependency_links.txt
src/pico_ioc.egg-info/top_level.txt
tests/test_api_unit.py
tests/test_container_get_all.py
tests/test_container_unit.py
tests/test_decorators_unit.py
tests/test_pico_ioc.py
tests/test_pico_ioc_additional.py
tests/test_pico_ioc_discovery.py
tests/test_proxy_unit.py
tests/test_public_api.py
tests/test_qualifiers_unit.py
tests/test_resolver_unit.py
tests/test_scanner_unit.py
tests/test_typing_utils_unit.py