Skip to content

decentfox/tulipcore

 
 

Repository files navigation

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.

get gevent

Install Python 3.3 or newer, greenlet extension and asyncio library.

Clone the repository.

installing from github

To install the latest development version:

pip install git+git://github.com/fantix/gevent3.git

running tests

cd greentest

PYTHONPATH=.. python testrunner.py --expected ../known_failures.txt

About

An alternative Gevent core loop implementation with asyncio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 25