python-dependency-injector/src/dependency_injector
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
..
__init__.py Bump version to 3.13.2 2018-09-02 21:01:19 +03:00
containers.c Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
containers.pxd Consolidate all containers in container module 2017-03-26 16:40:41 +03:00
containers.pyx Feature/declarative container initialization (#176) 2017-12-24 23:03:13 +02:00
errors.py Add early implementation of FactoryAggregate provider 2017-10-13 10:27:06 -07:00
providers.c Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
providers.pxd Coroutine provider (#206) 2018-10-18 19:39:19 +03:00
providers.pyx Coroutine provider (#206) 2018-10-18 19:39:19 +03:00