python-dependency-injector/src/dependency_injector
2021-01-03 18:07:37 -05:00
..
ext Fix flask ext warning message (#345) 2020-12-30 13:19:42 -05:00
__init__.py Bump version to 4.5.4 2020-12-10 18:28:29 -05:00
__init__.pyi Typing stubs (#286) 2020-08-26 22:24:20 -04:00
containers.c Refactor Resource provider to use async mode api 2021-01-01 22:50:27 -05:00
containers.pxd Fix init async resources in container on Python 2 2020-12-30 13:30:44 -05:00
containers.pyi Implement async resources initialization in container 2020-12-30 13:30:44 -05:00
containers.pyx Fix init async resources in container on Python 2 2020-12-30 13:30:44 -05:00
errors.py Add early implementation of FactoryAggregate provider 2017-10-13 10:27:06 -07:00
providers.c Fix Singleton and ThreadLocalSingleton to handle initialization errors 2021-01-03 18:07:37 -05:00
providers.pxd Refactor Resource provider to use async mode api 2021-01-01 22:50:27 -05:00
providers.pyi Improve resource typing stub 2021-01-03 17:17:49 -05:00
providers.pyx Fix Singleton and ThreadLocalSingleton to handle initialization errors 2021-01-03 18:07:37 -05:00
py.typed Typing stubs (#286) 2020-08-26 22:24:20 -04:00
resources.py Add resource base class for async resources 2020-12-30 13:30:40 -05:00
wiring.py Add support of async injections into wiring 2020-12-30 13:30:39 -05:00