RETIRED, further work has moved to Debian project infrastructure
Go to file
Yury Selivanov 895cec2081 Add @haypo to AUTHORS 2014-07-15 12:28:54 -04:00
examples Rename greentulip -> greenio 2014-01-14 11:23:20 -05:00
greenio socket: Add some comments; a bit more obvious variable naming 2014-07-15 12:26:06 -04:00
tests Fix ResourceWarning: close sockets 2014-07-10 01:15:03 +02:00
.gitignore Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00
AUTHORS Add @haypo to AUTHORS 2014-07-15 12:28:54 -04:00
LICENSE Add LICENSE file (Apache 2.0) 2013-06-08 14:02:25 -04:00
MANIFEST.in Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00
README Remove last traces of Tulup (now asyncio) 2014-01-14 11:26:12 -05:00
runtests.py pep8-ify code 2013-07-23 10:15:57 -07:00
setup.py Make setup.py ready for release on PyPI 2014-01-14 11:40:40 -05:00

README

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