.gitignore
LICENSE
MANIFEST.in
README.rst
benchmark.ipynb
benchmark_test_utils.ipynb
pyproject.toml
setup.py
tox.ini
.github/workflows/main.yml
bin/build-all-wheels.sh
bin/docker-build-wheels.sh
bin/local-compile.sh
bin/publish.sh
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/extend.rst
docs/faq.rst
docs/how_to.rst
docs/index.rst
docs/recipes.rst
docs/reference.rst
docs/tutorial.rst
docs/_static/css/style.css
docs/_static/img/comparison_benchmark.png
docs/_templates/.gitkeep
requirements/ci.txt
requirements/dev.txt
requirements/docs.txt
requirements/tests.txt
src/antidote/__init__.pxd
src/antidote/__init__.py
src/antidote/_constants.py
src/antidote/_factory.py
src/antidote/_implementation.py
src/antidote/_lazy.py
src/antidote/_service.py
src/antidote/_utils.py
src/antidote/constants.py
src/antidote/exceptions.py
src/antidote/factory.py
src/antidote/implementation.py
src/antidote/lazy.py
src/antidote/py.typed
src/antidote/service.py
src/antidote/utils.py
src/antidote.egg-info/PKG-INFO
src/antidote.egg-info/SOURCES.txt
src/antidote.egg-info/dependency_links.txt
src/antidote.egg-info/not-zip-safe
src/antidote.egg-info/requires.txt
src/antidote.egg-info/top_level.txt
src/antidote/_internal/API.py
src/antidote/_internal/__init__.pxd
src/antidote/_internal/__init__.py
src/antidote/_internal/argspec.py
src/antidote/_internal/scm_version.py
src/antidote/_internal/stack.pxd
src/antidote/_internal/stack.py
src/antidote/_internal/stack.pyx
src/antidote/_internal/state.pxd
src/antidote/_internal/state.py
src/antidote/_internal/state.pyx
src/antidote/_internal/world.py
src/antidote/_internal/wrapper.py
src/antidote/_internal/wrapper.pyx
src/antidote/_internal/utils/__init__.py
src/antidote/_internal/utils/debug.py
src/antidote/_internal/utils/immutable.py
src/antidote/_internal/utils/meta.py
src/antidote/_internal/utils/slots.py
src/antidote/_providers/__init__.pxd
src/antidote/_providers/__init__.py
src/antidote/_providers/factory.py
src/antidote/_providers/factory.pyx
src/antidote/_providers/indirect.py
src/antidote/_providers/indirect.pyx
src/antidote/_providers/lazy.py
src/antidote/_providers/lazy.pyx
src/antidote/_providers/service.pxd
src/antidote/_providers/service.py
src/antidote/_providers/service.pyx
src/antidote/_providers/world_test.py
src/antidote/core/__init__.pxd
src/antidote/core/__init__.py
src/antidote/core/_annotations.py
src/antidote/core/_injection.py
src/antidote/core/_provider.py
src/antidote/core/_wiring.py
src/antidote/core/annotations.py
src/antidote/core/container.pxd
src/antidote/core/container.py
src/antidote/core/container.pyx
src/antidote/core/exceptions.py
src/antidote/core/injection.py
src/antidote/core/marker.py
src/antidote/core/provider.py
src/antidote/core/typing.py
src/antidote/core/utils.py
src/antidote/core/wiring.py
src/antidote/world/__init__.py
src/antidote/world/_methods.py
src/antidote/world/scopes.py
src/antidote/world/test/__init__.py
src/antidote/world/test/_methods.py
src/antidote/world/test/_override.py
src/antidote/world/test/override.py
tests/__init__.py
tests/conftest.py
tests/test_class_auto_wiring.py
tests/test_exceptions.py
tests/test_meta.py
tests/test_thread_safety.py
tests/test_utils.py
tests/core/__init__.py
tests/core/test_annotations.py
tests/core/test_annotations_get.py
tests/core/test_cache.py
tests/core/test_container.py
tests/core/test_injection.py
tests/core/test_injection_markers.py
tests/core/test_overridable_container.py
tests/core/test_provider.py
tests/core/test_utils.py
tests/core/test_wire.py
tests/core/test_wiring.py
tests/core/utils.py
tests/extension/__init__.py
tests/extension/test_constants.py
tests/extension/test_factory.py
tests/extension/test_implementation.py
tests/extension/test_lazy.py
tests/extension/test_service.py
tests/internals/__init__.py
tests/internals/test_argspec.py
tests/internals/test_stack.py
tests/internals/test_state.py
tests/internals/test_wrapper.py
tests/internals/test_wrapper_inspect.py
tests/internals/utils/__init__.py
tests/internals/utils/test_immutable.py
tests/internals/utils/test_meta.py
tests/internals/utils/test_slots.py
tests/internals/utils/test_utils.py
tests/internals/utils/test_world.py
tests/mypy_typing/__init__.py
tests/mypy_typing/test_readme.py
tests/mypy_typing/test_type_cast.py
tests/providers/__init__.py
tests/providers/test_factory.py
tests/providers/test_indirect.py
tests/providers/test_lazy.py
tests/providers/test_providers.py
tests/providers/test_service.py
tests/providers/test_world_test.py
tests/world/__init__.py
tests/world/test_debug.py
tests/world/test_override.py
tests/world/test_scopes.py
tests/world/test_test.py
tests/world/test_test_dependencies.py
tests/world/test_world.py
tests/world/utils.py