RETIRED, further work has moved to Debian project infrastructure
Go to file
Yury Selivanov 9c3d3e6021 Add travis badge to README 2014-07-15 13:18:38 -04:00
examples Rename greentulip -> greenio 2014-01-14 11:23:20 -05:00
greenio green.yield_from() now accepts coroutine objects 2014-07-15 12:48:22 -04:00
tests green.yield_from() now accepts coroutine objects 2014-07-15 12:48:22 -04:00
.gitignore Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00
.travis.yml Add travis.yml 2014-07-15 13:04:56 -04:00
AUTHORS Add @haypo to AUTHORS 2014-07-15 12:28:54 -04:00
LICENSE Reference AUTHORS in LICENSE 2014-07-15 12:29:14 -04:00
MANIFEST.in Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00
README.rst Add travis badge to README 2014-07-15 13:18:38 -04:00
runtests.py Patch to prepare Python 2 support with Trollius 2014-07-15 12:43:20 -04:00
setup.py Add travis badge to README 2014-07-15 13:18:38 -04:00

README.rst

image

Support for greenlets in asyncio.

Requires asyncio, greenlet and Python 3.3 / 3.4.

See examples and unittests for details. To run tests: "$ python3 runtests.py"

License: Apache 2.0