Name: | python-gevent |
---|---|
Version: | 1.0.1 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Development/Languages |
Size: | 1322322 |
License: | MIT |
RPM: | python-gevent-1.0.1-1.el7.aarch64.rpm |
Source RPM: | python-gevent-1.0.1-1.el7.src.rpm |
Build Date: | Thu Jan 10 2019 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.gevent.org/ |
Summary: | A coroutine-based Python networking library |
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 |