Python network library that uses greenlet and libevent for easy and scalable concurrency
Project description
gevent is a Python networking library that uses greenlet to provide synchronous API on top of libevent event loop.
Features include:
Fast event loop based on libevent.
Lightweight execution units based on greenlet.
Familiar API that re-uses concepts from the Python standard library.
Cooperative sockets with ssl support.
DNS queries performed through libevent-dns.
Ability to use standard library and 3rd party modules written for standard blocking sockets
Fast WSGI server based on libevent-http.
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 and is licensed under MIT license.
get gevent
Install Python 2.4 or newer, greenlet and libevent.
Download the latest release from Python Package Index or clone the repository.
Read the documentation online at http://www.gevent.org
Post feedback and issues on the bug tracker, mailing list, blog and twitter (@gevent).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.