python-dependency-injector/src/dependency_injector
Roman Mogylatov 7d160cb4a5
Wiring with string module names (#515)
* Update main example

* Updating wiring module

* Update wiring test case name

* Implement string imports for wiring

* Update example

* Refactor implementation

* Update front example

* Fix a typo in README

* Update wiring docs

* Update single container example

* Update multiple containers example

* Update quotes in multiple containers example

* Update quotes in single container example

* Update decoupled-packages example

* Update single and multiple containers example

* Update quotes

* Update fastapi+redis example

* Update resource docs

* Update quotes in CLI tutorial

* Update CLI application (movie lister) tutorial

* Update monitoring daemon example

* Update python version in asyncio daemon example

* Update asyncio daemon tutorial

* Update quotes in wiring docs

* Update wiring docs
2021-09-30 15:03:19 -04:00
..
ext Fix flask ext warning message (#345) 2020-12-30 13:19:42 -05:00
__init__.py Bump version to 4.36.2 2021-09-28 14:59:11 -04:00
__init__.pyi Typing stubs (#286) 2020-08-26 22:24:20 -04:00
containers.c Wiring with string module names (#515) 2021-09-30 15:03:19 -04:00
containers.pxd Refactor async mode support in containers module 2021-02-18 08:17:05 -05:00
containers.pyi Wiring with string module names (#515) 2021-09-30 15:03:19 -04:00
containers.pyx Wiring with string module names (#515) 2021-09-30 15:03:19 -04:00
errors.py Add early implementation of FactoryAggregate provider 2017-10-13 10:27:06 -07:00
providers.c FactoryAggregate - non string keys (#496) 2021-08-25 10:20:45 -04:00
providers.pxd FactoryAggregate - non string keys (#496) 2021-08-25 10:20:45 -04:00
providers.pyi FactoryAggregate - non string keys (#496) 2021-08-25 10:20:45 -04:00
providers.pyx FactoryAggregate - non string keys (#496) 2021-08-25 10:20:45 -04:00
py.typed Typing stubs (#286) 2020-08-26 22:24:20 -04:00
resources.py Improve resource subclasses typing and make shutdown definition optional (#492) 2021-08-23 20:54:17 -04:00
schema.py Schemas (#429) 2021-03-20 13:16:51 -04:00
wiring.py Wiring with string module names (#515) 2021-09-30 15:03:19 -04:00