python-gevent

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 (gevent.event, gevent.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
Current version: 1.0.2

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 1.0.2 project
2019-01-17 9 1.0.2 project
2017-07-13 8 1.0.2 project