python-dependency-injector/src/dependency_injector
2020-12-30 13:30:51 -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 Implement injections in thread-local and thread-safe singleton providers 2020-12-30 13:30:50 -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 Update .provided + fix resource concurent initialization issue 2020-12-30 13:30:51 -05:00
providers.pxd Implement injections in thread-local and thread-safe singleton providers 2020-12-30 13:30:50 -05:00
providers.pyi Add tests for async resources 2020-12-30 13:30:42 -05:00
providers.pyx Update .provided + fix resource concurent initialization issue 2020-12-30 13:30:51 -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