Пакет python3-module-eventlet: Информация

    Бинарный пакет: python3-module-eventlet
    Версия: 0.18.4-alt0.M70C.1
    Архитектура: noarch
    Собран:  8 сентября 2016 г. 17:05 в задании #169273
    Исходный пакет: python-module-eventlet
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/eventlet/

    Лицензия: MIT
    О пакете: Highly concurrent networking library
    Описание: 
    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.

    Сопровождающий: Eugeny A. Rostovtsev


    Последнее изменение


    15 июня 2016 г. Lenar Shakirov 0.18.4-alt0.M70C.1
    - Backport to C7
    11 апреля 2016 г. Alexey Shabalin 0.18.4-alt1
    - 0.18.4
    13 марта 2016 г. Ivan Zakharyaschev 0.17.4-alt1.git20150722.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)