Package python-module-eventlet-docs: Information

    Binary package: python-module-eventlet-docs
    Version: 0.18.4-alt0.M70C.1
    Architecture: noarch
    Build time:  Sep 8, 2016, 05:05 PM in the task #169273
    Source package: python-module-eventlet
    Report package bug
    License: MIT
    Summary: Documentation for Eventlet
    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.
    
    This package contains documentation for Eventlet.



    Last changed


    June 15, 2016 Lenar Shakirov 0.18.4-alt0.M70C.1
    - Backport to C7
    April 11, 2016 Alexey Shabalin 0.18.4-alt1
    - 0.18.4
    March 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)