python-dependency-injector/src/dependency_injector
Roman Mogylatov 73b8a4aac4
Introduce wiring inspect filter (#412)
* Introduce wiring inspect filter

* Upgrade exclusion filter

* Refactor wiring
2021-02-27 09:45:49 -05:00
..
ext Fix flask ext warning message (#345) 2020-12-30 13:19:42 -05:00
__init__.py Bump version to 4.26.0 2021-02-21 10:35:33 -05:00
__init__.pyi Typing stubs (#286) 2020-08-26 22:24:20 -04:00
containers.c Add attributes forwarding for the `Dependency` provider 2021-02-18 17:49:23 -05:00
containers.pxd Refactor async mode support in containers module 2021-02-18 08:17:05 -05:00
containers.pyi Implement container.check_dependencies() (#396) 2021-02-14 18:47:15 -05:00
containers.pyx Refactor @containers.copy() decorator 2021-02-18 08:25:22 -05:00
errors.py Add early implementation of FactoryAggregate provider 2017-10-13 10:27:06 -07:00
providers.c Improve error message for `Dependency` provider missing attribute 2021-02-19 08:50:14 -05:00
providers.pxd Async mode awaitable fix (#400) 2021-02-17 09:56:39 -05:00
providers.pyi Add attributes forwarding for the `Dependency` provider 2021-02-18 17:49:23 -05:00
providers.pyx Improve error message for `Dependency` provider missing attribute 2021-02-19 08:50:14 -05:00
py.typed Typing stubs (#286) 2020-08-26 22:24:20 -04:00
resources.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
wiring.py Introduce wiring inspect filter (#412) 2021-02-27 09:45:49 -05:00