python-dependency-injector/docs/providers
Roman Mogylatov ae3024588c
Wiring reengineering (#324)
* Bump version to 4.3.9: FastAPI example

* Reengineer wiring

* Add @inject decorator

* Add .workspace dir to gitignore

* Add generic typing for @inject

* Add type cast for @inject

* Update movie lister example

* Update cli application tutorial

* Update demo example

* Update wiring docs and examples

* Update aiohttp example and tutorial

* Update multiple containers example

* Update single container example

* Update decoupled packages example

* Update django example

* Update asyncio daemon example and tutorial

* Update FastAPI example

* Update flask example and tutorial

* Update sanic example

* Add wiring registry

* Add new line to .gitignore

* Add @inject to the test samples

* Fix flake8 errors
2020-11-15 16:06:42 -05:00
..
images Update providers overriding documentation and rework examples 2020-09-02 16:59:25 -04:00
callable.rst Update provider doc page headers 2020-09-02 17:33:02 -04:00
configuration.rst Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
coroutine.rst Update provider doc page headers 2020-09-02 17:33:02 -04:00
custom.rst Fix a typo in the custom provider docs 2020-09-02 21:21:07 -04:00
dependency.rst Update provider doc page headers 2020-09-02 17:33:02 -04:00
dict.rst Dict provider (#311) 2020-10-22 14:49:39 -04:00
factory.rst Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
index.rst Resources (#312) 2020-10-24 20:56:32 -04:00
list.rst Add container usage for list provider example 2020-09-03 17:03:28 -04:00
object.rst Update provider doc page headers 2020-09-02 17:33:02 -04:00
overriding.rst Fix a few typos 2020-09-09 22:23:14 -04:00
provided_instance.rst Move "provided" attribute (#306) 2020-10-19 17:21:38 -04:00
resource.rst Wiring reengineering (#324) 2020-11-15 16:06:42 -05:00
selector.rst Add usage of the container to the selector example 2020-09-03 17:38:52 -04:00
singleton.rst Improve singleton provider docs 2020-09-03 17:57:26 -04:00
typing_mypy.rst Make provider generic type (#293) 2020-09-13 20:32:21 -04:00