Package python3-module-eventlet: Information

    Binary package: python3-module-eventlet
    Version: 0.33.3-alt3
    Architecture: noarch
    Build time:  Nov 5, 2023, 01:28 PM in the task #332902
    Source package: python3-module-eventlet
    Report package bug
    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.

    Maintainer: Anton Vyatkin


    Last changed


    Oct. 13, 2023 Anton Vyatkin 0.33.3-alt3
    - Dropped dependency on distutils.
    April 12, 2023 Anton Vyatkin 0.33.3-alt2
    - Fix BuildRequires
    March 17, 2023 Vitaly Lipatov 0.33.3-alt1
    - new version 0.33.3 (with rpmrb script)
    - remove obsoleted OpenSSL.tsafe using (ALT bug 45443)