RETIRED, further work has moved to Debian project infrastructure
Go to file
Yury Selivanov 23b8c51a20 Merge pull request #4 from haypo/trollius
With this second change, greentulip works on Python 2 (with Trollius) and Python 3 (with Trollius and Tulip)
2014-01-14 07:41:20 -08:00
examples pep8-ify code 2013-07-23 10:15:57 -07:00
greentulip Changes to be compatible with Trollius 2014-01-14 14:54:58 +01:00
tests some tests 2013-07-23 11:06:25 -07:00
.gitignore greentulip -- greenlets + tulip 2013-06-08 13:57:36 -04:00
AUTHORS Add AUTHORS file 2013-07-24 11:59:28 -04:00
LICENSE Add LICENSE file (Apache 2.0) 2013-06-08 14:02:25 -04:00
README Add README 2013-06-08 15:23:00 -04:00
runtests.py pep8-ify code 2013-07-23 10:15:57 -07:00
setup.py pep8-ify code 2013-07-23 10:15:57 -07:00

README

Experimental support for greenlets in Tulip (PEP 3156).

Requires Tulip, greenlet and Python 3.3.

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

License: Apache 2.0