Gevent 1.0.1
The coroutine-based Python networking library uses Greenlet to provide a high-level synchronous API on top of libevent event loops.Features:Convenient API around greenlets
Familiar synchronization primitives (gevent.event, gevent.queue)
Socket module that...