python-dependency-injector/examples/providers
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
..
configuration 463 Config environment variables interpolation required and nones (#467) 2021-06-24 16:00:36 +03:00
abstract_factory.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
async_overriding.py Async resources and injections (#352) 2021-01-10 19:26:15 -05:00
async.py Async resources and injections (#352) 2021-01-10 19:26:15 -05: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 Update docs on creating custom providers with a requirement to specify `.related` property 2021-02-05 18:27:32 -05:00
dependency_default.py 336 Dependency provider default (#382) 2021-01-29 13:49:40 -05:00
dependency_undefined_error.py Update docs and examples 2021-02-13 09:07:22 -05:00
dependency.py Update docs and examples 2021-02-13 09:07:22 -05:00
dict_non_string_keys.py Add example and docs 2020-11-20 17:57:33 -05:00
dict.py Dict provider (#311) 2020-10-22 14:49:39 -04:00
factory_aggregate_non_string_keys.py FactoryAggregate - non string keys (#496) 2021-08-25 10:20:45 -04:00
factory_aggregate.py Add container usage for all factory provider examples 2020-09-03 16:51:12 -04:00
factory_attribute_injections.py Fixed a typo in Factory provider docs "service.add_attributes(clent=client)" #499 (#504) 2021-09-12 20:10:25 -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
resource.py Wiring with string module names (#515) 2021-09-30 15:03:19 -04:00
selector.py Add usage of the container to the selector example 2020-09-03 17:38:52 -04:00
singleton_full_resetting.py Singleton.full_reset() (#391) 2021-02-05 18:17:44 -05:00
singleton_multiple_containers.py Improve singleton provider docs 2020-09-03 17:57:26 -04:00
singleton_resetting_with.py Singleton reset context (#417) 2021-03-03 08:28:10 -05:00
singleton_resetting.py Singleton.full_reset() (#391) 2021-02-05 18:17:44 -05:00
singleton_scoped.py Fix provider documentation (#440) 2021-03-30 13:59:06 -06: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