RETIRED, further work has moved to Debian project infrastructure
Go to file
Victor Stinner 78abe7cc41 Fix test_task_yield_from_invalid()
The exact error message depends on the version of Trollius and Tulip, if
they have the new create_task() function.

The check may be removed later when Trollius and Tulip with
create_task() will be widely deployed.
2014-07-18 19:12:57 +02:00
examples Rename greentulip -> greenio 2014-01-14 11:23:20 -05:00
greenio Support Trollius 2014-07-16 09:56:59 +02:00
tests Fix test_task_yield_from_invalid() 2014-07-18 19:12:57 +02:00
.gitignore Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00
.travis.yml travis: Add python 3.3 2014-07-15 14:28:45 -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