Name: | python3-gevent |
---|---|
Version: | 21.12.0 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 7089470 |
License: | MIT |
RPM: | python3-gevent-21.12.0-1.el9.x86_64.rpm |
Source RPM: | python-gevent-21.12.0-1.el9.src.rpm |
Build Date: | Mon May 16 2022 |
Build Host: | build-ol9-x86_64.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 Python 3 version. |