Podnova Player  Windows library  Podnova home
HomeDevelopment › Python - gevent
Python - gevent

Python - gevent

By Denis Bilenko
Rating: 0 0/5 (0)
License type: Open source
Home page: www.gevent.org
Latest version: 1.0-1
Last updated: June 28th, 2013
This review applies to version 0.1.
gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libevent event loop.

Main features:

- Cooperative sockets with SSL
...