NuxRef

python-gevent - A coroutine-based Python networking library

Website: http://www.gevent.org/
License: MIT
Description:
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

Packages

python-gevent-1.1.2-3.el6.nuxref.src [1.9 MiB] Changelog Chris Caron (2017-02-19):
- Fixed dependencies
python-gevent-1.1.2-2.el6.nuxref.src [1.9 MiB] Changelog Chris Caron (2016-07-25):
- Added missing rpm dependencies