Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37493327
en ru br
ALT Linux repos
S:0.33.3-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.33.3-alt2
Build date: 12 april 2023, 09:04 ( 54.0 weeks ago )
Size: 325.32 Kb

Home page:   https://pypi.org/project/eventlet/

License: MIT
Summary: Highly concurrent networking library
Description:

Eventlet is a concurrent networking library for Python that allows you
to change how you run your code, not how you write it.

It uses epoll or libevent for highly scalable non-blocking I/O.
Coroutines ensure that the developer uses a blocking style of
programming that is similar to threading, but provide the benefits of
non-blocking I/O. The event dispatch is implicit, which means you can
easily use Eventlet from the Python interpreter, or as a small part of a
larger application.

Current maintainer: Anton Vyatkin

List of contributors

List of rpms provided by this srpm:

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