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

    Исходный пакет: python-module-framer
    Версия: 0.1.1-alt2.1
    Собран:  29 апреля 2019 г. 22:55 в задании #228355
    Категория: Разработка/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)

    Сопровождающий: Stanislav Levin


      1. python3-devel
      2. python3-module-cobs
      3. python3-module-mock
      4. python3-module-pytest
      5. python3-module-setuptools
      6. python3-module-setuptools
      7. python3-module-six
      8. python3(asyncio)
      9. rpm-build-python3
      10. python-devel
      11. python-module-cobs
      12. python-module-mock
      13. python-module-pytest
      14. python-module-setuptools
      15. python-module-setuptools
      16. python-module-six
      17. python-module-trollius

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


    2 февраля 2018 г. Stanislav Levin 0.1.1-alt2.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools
    18 декабря 2017 г. Aleksei Nikiforov 0.1.1-alt2
    - Fixed build.
    11 января 2017 г. Igor Vlasenko 0.1.1-alt1
    - automated PyPI update