python-dependency-injector/examples/providers
Roman Mogylatov 9a785de4b5
Coroutine provider (#206)
* Add coroutine provider examples

* Add coroutine provier

* Update changelog

* Update static analysis travis jobs to python 3.7

* Update coroutine provider implementation for python 3.4

* Update static analysis travis jobs to python 3.6

* Make pycode style happy

* Add tests for coroutine providers

* Make coroutine tests python 2 syntax friendly

* Split tests to python2 and python3

* Refactor coroutine provider tests

* Modify pypy tests running command

* Update coroutine provider docs
2018-10-18 19:39:19 +03:00
..
abstract_factory Add example for abstract factory provider 2017-04-06 19:18:46 +03:00
factory_aggregate Add documentation for FactoryAggregate provider 2017-10-12 21:55:29 -07:00
callable_args.py Update examples for 3.0 2016-11-02 18:25:48 +02:00
callable_kwargs.py Update callable provider docs 2016-06-09 01:43:25 +03:00
coroutine_async_await.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
coroutine.py Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
custom_factory.py Update example of writing custom providers 2017-05-08 17:36:17 +03:00
dependency.py Update docs & examples 2017-12-21 22:54:44 +02:00
factory_delegation.py Add .provider attribute 2017-10-13 10:15:21 -07:00
factory_init_injections.py Update identation in imports block for factory examples 2016-06-08 16:54:47 +03:00
factory_provided_type.py Update examples for 3.0 2016-11-02 18:25:48 +02:00
factory.py Update identation in imports block for factory examples 2016-06-08 16:54:47 +03:00
object.py Update object provider docs 2016-06-09 17:49:09 +03:00
overriding_simple.py Fix flake8 E305 error 2016-11-15 14:26:40 +02:00
overriding_users_model.py Fix flake8 E305 error 2016-11-15 14:26:40 +02:00
singleton_provided_type.py Update examples for 3.0 2016-11-02 18:25:48 +02:00
singleton_reseting.py Update singleton provider docs 2016-06-08 17:46:40 +03:00
singleton_thread_locals.py Fix few pydocstyle errors in examples 2017-04-18 23:38:04 +03:00
singleton.py Update singleton provider docs 2016-06-08 17:46:40 +03:00