gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop.
Features include:
gevent.event.Events
and gevent.queue.Queues
).gevent is inspired by eventlet but features more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent.
gevent is written and maintained by Denis Bilenko with help from the contributors and is licensed under the MIT license.
If you like gevent, donate to support the development.