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 socket module that cooperates
WSGI server on top of
... [More] libevent-http
DNS requests done through libevent-dns monkey patching utility to get pure Python modules to cooperate [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy