gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of libevent event loop.
Features include: * convenient API around greenlets * familiar synchronization primitives (Event, Queue) * socket module that cooperates * WSGI server on top of libevent-http * DNS requests done through libevent-dns * Monkey patching utility to get pure Python modules to cooperate Home: http://gevent.org PyPI: http://pypi.python.org/pypi/gevent Version 0.11.0 has a number of fixes and improvements compared to0.10.0 The full changelog is available here: http://gevent.org/changelog.html#version-0-11-0 Thanks to Jason Toffaletti for implementing cooperative DNS functions. *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe libevent-users in the body.
