Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37516104
en ru br
ALT Linux repos
S:22.10.2-alt1

Group :: Development/Python3
RPM: python3-module-gevent

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 22.10.2-alt1
Build date: 28 may 2023, 23:04 ( 47.5 weeks ago )
Size: 2.57 Mb

Home page:   http://pypi.python.org/pypi/gevent

License: MIT
Summary: Coroutine-based network library
Description:

gevent is a coroutine-based Python networking library
that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop.

Features include:
* Fast event loop based on libev or libuv.
* Lightweight execution units based on greenlets.
* API that re-uses concepts from the Python standard library (for examples there are events and queues).
* Cooperative sockets with SSL support
* Cooperative DNS queries performed through a threadpool, dnspython, or c-ares.
* Monkey patching utility to get 3rd party modules to become cooperative
* TCP/UDP/HTTP servers
* Subprocess support (through gevent.subprocess)
* Thread pools

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • python3-module-gevent
  • python3-module-gevent-debuginfo
  • python3-module-gevent-tests
  • python3-module-greentest
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin