.coveragerc
CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
benchmark.ipynb
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/api.rst
docs/conf.py
docs/extending.rst
docs/index.rst
docs/usage.rst
docs/why.rst
docs/_static/css/style.css
docs/_templates/.gitkeep
src/antidote/__init__.py
src/antidote/__version__.py
src/antidote/_utils.py
src/antidote/exceptions.py
src/antidote/injector.py
src/antidote/manager.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/container/__init__.py
src/antidote/container/stack.py
src/antidote/providers/__init__.py
src/antidote/providers/factories.py
src/antidote/providers/parameters.py
tests/__init__.py
tests/conftest.py
tests/test_annotations.py
tests/test_attrs.py
tests/test_injector.py
tests/test_manager.py
tests/test_thread_safety.py
tests/test_util.py
tests/test_var_annotations.py
tests/container/__init__.py
tests/container/test_container.py
tests/container/test_dependency.py
tests/container/test_stack.py
tests/providers/__init__.py
tests/providers/test_factories.py
tests/providers/test_parameters.py