.coveragerc
.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
benchmark.ipynb
pyproject.toml
setup.cfg
setup.py
tox.ini
bin/build-all-wheels.sh
bin/clean.sh
bin/docker-build-wheels.sh
bin/publish.sh
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/tutorial.rst
docs/why.rst
docs/_static/css/style.css
docs/_templates/.gitkeep
requirements/bindist.txt
requirements/dev.txt
requirements/docs.txt
requirements/tests.txt
src/antidote/__init__.pxd
src/antidote/__init__.py
src/antidote/exceptions.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/__init__.pxd
src/antidote/_internal/__init__.py
src/antidote/_internal/argspec.py
src/antidote/_internal/default_container.py
src/antidote/_internal/stack.cpp
src/antidote/_internal/stack.pxd
src/antidote/_internal/stack.py
src/antidote/_internal/stack.pyx
src/antidote/_internal/utils.py
src/antidote/_internal/wrapper.cpp
src/antidote/_internal/wrapper.py
src/antidote/_internal/wrapper.pyx
src/antidote/core/__init__.pxd
src/antidote/core/__init__.py
src/antidote/core/container.cpp
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/proxy.py
src/antidote/helpers/__init__.py
src/antidote/helpers/conf.py
src/antidote/helpers/container.py
src/antidote/helpers/factory.py
src/antidote/helpers/provider.py
src/antidote/helpers/register.py
src/antidote/helpers/wire.py
src/antidote/providers/__init__.py
src/antidote/providers/lazy.cpp
src/antidote/providers/lazy.pxd
src/antidote/providers/lazy.py
src/antidote/providers/lazy.pyx
src/antidote/providers/service.cpp
src/antidote/providers/service.pxd
src/antidote/providers/service.py
src/antidote/providers/service.pyx
src/antidote/providers/tag.cpp
src/antidote/providers/tag.pxd
src/antidote/providers/tag.py
src/antidote/providers/tag.pyx
tests/__init__.py
tests/test_exceptions.py
tests/test_thread_safety.py
tests/core/__init__.py
tests/core/test_container.py
tests/core/test_injection.py
tests/core/test_proxy.py
tests/core/utils.py
tests/helpers/__init__.py
tests/helpers/test_auto_wiring.py
tests/helpers/test_conf.py
tests/helpers/test_factory.py
tests/helpers/test_provider.py
tests/helpers/test_register.py
tests/helpers/test_tagging.py
tests/helpers/test_wire.py
tests/internals/__init__.py
tests/internals/test_argspec.py
tests/internals/test_stack.py
tests/internals/test_util.py
tests/internals/test_wrapper.py
tests/providers/__init__.py
tests/providers/test_lazy.py
tests/providers/test_service.py
tests/providers/test_tag.py