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

    Исходный пакет: python-module-framer
    Версия: 0.1.0-alt1.git20140531.1
    Собран:  14 марта 2016 г. 17:44 в задании #161288
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/framer/

    Лицензия: GPLv3
    О пакете: Network Framer Library
    Описание: 
    The Framer library is a network communications library, built on top of
    asyncio, for managing these units, which it calls frames. The Framer
    library is built as an asyncio protocol which also happens to implement
    the behavior of an asyncio transport. The protocol object can have
    framers set on both directions of the communication; these framers
    translate between the stream interface provided by TCP and the sequence
    of frames desired by the application.
    
    A framer is simply an object implementing a couple of methods which
    implement the transformation from a stream to a frame and from a frame
    to a sequence of bytes to transmit on the stream. These framers can
    range from rather trivial--as in a text-oriented protocol like SMTP--all
    the way to a complex binary data transmission protocol such as some
    forms of RPC.

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

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

    Список участников:
    Ivan Zakharyaschev
    Eugeny A. Rostovtsev

      1. python3-devel
      2. python3-module-asyncio
      3. python3-module-cobs
      4. python3-module-mock
      5. python3-module-setuptools-tests
      6. python3-module-six
      7. rpm-build-python3
      8. python-devel
      9. python-module-cobs
      10. python-module-mock
      11. python-module-setuptools-tests
      12. python-module-six
      13. python-module-trollius

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


    13 марта 2016 г. Ivan Zakharyaschev 0.1.0-alt1.git20140531.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    15 января 2015 г. Eugeny A. Rostovtsev 0.1.0-alt1.git20140531
    - Initial build for Sisyphus