gevent is a coroutine-based Python networking library. gevent3 is a wrapper of asyncio for Python 3 offering a gevent-compatible API. Note, gevent3 is still very experimental.
gevent is written and maintained by Denis Bilenko and is licensed under MIT license.
gevent3 is written and maintained by Fantix King and is licensed under MIT license.
Install Python 3.3 or newer, greenlet extension and asyncio library.
Clone the repository.
To install the latest development version:
pip install git+git://github.com/fantix/gevent3.git
cd greentest
PYTHONPATH=.. python testrunner.py --expected ../known_failures.txt