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

    Исходный пакет: python-module-eventlet
    Версия: 0.24.1-alt1.0.mips1
    Собран:  3 мая 2019 г. 10:26
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python-module-eventlet (noarch)
    python-module-eventlet-docs (noarch)
    python-module-eventlet-pickles (noarch)
    python3-module-eventlet (noarch)

    Сопровождающий: Ivan A. Melnikov


      1. python2.7(nose)
      2. python3(zmq)
      3. python2.7(six)
      4. python2.7(sphinx)
      5. python2.7(subprocess32)
      6. python2.7(zmq)
      7. python3(monotonic)
      8. python3(nose)
      9. python3-module-setuptools
      10. python-module-setuptools
      11. python2.7(dns)
      12. python2.7(enum34)
      13. python2.7(greenlet)
      14. python2.7(json)
      15. python2.7(monotonic)
      16. python3(dns)
      17. python3(greenlet)
      18. python3(tox)
      19. rpm-macros-sphinx
      20. rpm-build-python3

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


    3 мая 2019 г. Ivan A. Melnikov 0.24.1-alt1.0.mips1
    - Fix tests on mips*.
    26 апреля 2019 г. Stanislav Levin 0.24.1-alt1
    - 0.18.4 -> 0.24.1.
    - Enabled testing.
    2 февраля 2018 г. Stanislav Levin 0.18.4-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools