RETIRED, further work has moved to Debian project infrastructure
Go to file
Victor Stinner 16ddef1ab5 GreenUnixSelectorLoop: pass explicitly the loop 2014-11-05 16:32:02 +01:00
examples cleanup examples 2014-07-21 23:10:31 +02:00
greenio GreenUnixSelectorLoop: pass explicitly the loop 2014-11-05 16:32:02 +01:00
tests Run test_socket on asyncio and trollius 2014-07-21 14:40:49 +02:00
.gitignore Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00
.travis.yml travis: Test 2.7 with trollius 2014-07-21 17:04:53 -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
NEWS Mark 0.6.0 version 2014-07-21 17:15:20 -04:00
README.rst Add travis badge to README 2014-07-15 13:18:38 -04:00
runtests.py runtests.py: skip Python 3.3 tests on Python 2 2014-08-27 15:53:10 +02:00
setup.py Mark 0.6.0 version 2014-07-21 17:15:20 -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