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 to
0.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.
-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/

Reply via email to