Add README

This commit is contained in:
Yury Selivanov 2013-06-08 14:03:02 -04:00
parent 2b9787cca6
commit 5b5bbe55e1
2 changed files with 11 additions and 0 deletions

8
README Normal file
View File

@ -0,0 +1,8 @@
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

View File

@ -1,3 +1,6 @@
# Copied from Tulip codebase, covered by Apache 2.0 License
#
"""Run all unittests.
Usage: