CONTRIBUTORS.rst
LICENSE.rst
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
src/dependency_injector/__init__.py
src/dependency_injector/__init__.pyi
src/dependency_injector/containers.c
src/dependency_injector/containers.pxd
src/dependency_injector/containers.pyi
src/dependency_injector/containers.pyx
src/dependency_injector/errors.py
src/dependency_injector/providers.c
src/dependency_injector/providers.pxd
src/dependency_injector/providers.pyi
src/dependency_injector/providers.pyx
src/dependency_injector/py.typed
src/dependency_injector/resources.py
src/dependency_injector/wiring.py
src/dependency_injector.egg-info/PKG-INFO
src/dependency_injector.egg-info/SOURCES.txt
src/dependency_injector.egg-info/dependency_links.txt
src/dependency_injector.egg-info/requires.txt
src/dependency_injector.egg-info/top_level.txt
src/dependency_injector.egg-info/zip-safe
src/dependency_injector/ext/__init__.py
src/dependency_injector/ext/__init__.pyi
src/dependency_injector/ext/aiohttp.py
src/dependency_injector/ext/aiohttp.pyi
src/dependency_injector/ext/flask.py
src/dependency_injector/ext/flask.pyi
tests/performance/factory_benchmark_1.py
tests/performance/test.py
tests/typing/callable.py
tests/typing/configuration.py
tests/typing/container.py
tests/typing/coroutine.py
tests/typing/declarative_container.py
tests/typing/delegate.py
tests/typing/dependencies_container.py
tests/typing/dependency.py
tests/typing/dynamic_container.py
tests/typing/factory.py
tests/typing/list.py
tests/typing/object.py
tests/typing/provider.py
tests/typing/resource.py
tests/typing/selector.py
tests/typing/singleton.py
tests/unit/__init__.py
tests/unit/test_common_py2_py3.py
tests/unit/containers/__init__.py
tests/unit/containers/test_declarative_py2_py3.py
tests/unit/containers/test_dynamic_py2_py3.py
tests/unit/ext/__init__.py
tests/unit/ext/test_aiohttp_py35.py
tests/unit/ext/test_flask_py2_py3.py
tests/unit/providers/__init__.py
tests/unit/providers/test_base_py2_py3.py
tests/unit/providers/test_callables_py2_py3.py
tests/unit/providers/test_configuration_py2_py3.py
tests/unit/providers/test_container_py2_py3.py
tests/unit/providers/test_coroutines_py35.py
tests/unit/providers/test_dict_py2_py3.py
tests/unit/providers/test_factories_py2_py3.py
tests/unit/providers/test_injections_py2_py3.py
tests/unit/providers/test_list_py2_py3.py
tests/unit/providers/test_provided_instance_py2_py3.py
tests/unit/providers/test_resource_py35.py
tests/unit/providers/test_selector_py2_py3.py
tests/unit/providers/test_singletons_py2_py3.py
tests/unit/providers/test_types_py36.py
tests/unit/providers/test_utils_py2_py3.py
tests/unit/samples/wiringsamples/__init__.py
tests/unit/samples/wiringsamples/container.py
tests/unit/samples/wiringsamples/module.py
tests/unit/samples/wiringsamples/service.py
tests/unit/samples/wiringsamples/package/__init__.py
tests/unit/samples/wiringsamples/package/subpackage/__init__.py
tests/unit/samples/wiringsamples/package/subpackage/submodule.py
tests/unit/wiring/__init__.py
tests/unit/wiring/test_wiring_py36.py