python-dependency-injector/examples/providers
Roman Mogylatov b54bcb7b31
Dict provider (#311)
* Add tests

* Add implementation and typing stubs

* Update README and docs pages

* Add example and docs

* Update changelog

* Add long description to the doc block
2020-10-22 14:49:39 -04:00
..
configuration Add usage of the container to the configuration examples 2020-09-03 17:37:03 -04:00
abstract_factory.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
callable.py Add container usage for callable provider example 2020-09-03 16:57:35 -04:00
coroutine.py Add container usage for coroutine provider example 2020-09-03 16:59:11 -04:00
custom_factory.py Add container usage to the custom provider example 2020-09-03 17:56:54 -04:00
dependency.py Providers docs update (#289) 2020-09-01 21:39:23 -04:00
dict.py Dict provider (#311) 2020-10-22 14:49:39 -04:00
factory_aggregate.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
factory_delegation.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
factory_init_injections_underlying.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
factory_init_injections.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
factory_provided_type.py Fix flake8 warning in factory provided type example 2020-09-03 18:05:28 -04:00
factory.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
list.py Add container usage for list provider example 2020-09-03 17:03:28 -04:00
object.py Add container usage for object provider example 2020-09-03 17:00:14 -04:00
overriding.py Update provider overriding example to use container and fix bug 2020-09-03 17:42:15 -04:00
provided_instance_complex.py Add container usage to provided instance examples 2020-09-03 17:48:45 -04:00
provided_instance.py Add container usage to provided instance examples 2020-09-03 17:48:45 -04:00
selector.py Add usage of the container to the selector example 2020-09-03 17:38:52 -04:00
singleton_multiple_containers.py Improve singleton provider docs 2020-09-03 17:57:26 -04:00
singleton_resetting.py Improve singleton provider docs 2020-09-03 17:57:26 -04:00
singleton_scoped.py Add container usage for all singleton provider examples 2020-09-03 16:56:01 -04:00
singleton_thread_locals.py Add container usage for all singleton provider examples 2020-09-03 16:56:01 -04:00
singleton.py Add container usage for all singleton provider examples 2020-09-03 16:56:01 -04:00