python-dependency-injector/src/dependency_injector
2025-06-16 11:34:02 +03:00
..
ext Fix mypy warnings in dependency_injector.ext 2025-06-01 18:57:47 +00:00
__init__.py Bump version 2025-05-30 19:50:21 +00:00
_cwiring.pyi Add support for async generator injections (#900) 2025-06-03 21:45:43 +03:00
_cwiring.pyx Add support for async generator injections (#900) 2025-06-03 21:45:43 +03:00
containers.pxd Refactor async mode support in containers module 2021-02-18 08:17:05 -05:00
containers.pyi Add resource type parameter to init and shutdown resources using specialized providers (#858) 2025-06-16 11:34:02 +03:00
containers.pyx Add resource type parameter to init and shutdown resources using specialized providers (#858) 2025-06-16 11:34:02 +03:00
errors.py Improve debugability of deepcopy errors (#839) 2025-01-01 21:22:29 +02:00
providers.pxd Expose null awaitables 2025-06-02 22:46:57 +00:00
providers.pyi Add option to disable env var interpolation in configs (#861) 2025-02-23 19:01:01 +02:00
providers.pyx Add context manager support to Resource provider 2025-06-01 15:48:57 +00:00
py.typed Typing stubs (#286) 2020-08-26 22:24:20 -04:00
resources.py Add context manager support to Resource provider 2025-06-01 15:48:57 +00:00
schema.py Run black 2025-01-18 17:02:55 +00:00
wiring.py Add support for Fast Stream Depends (#898) 2025-06-16 10:37:31 +03:00