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

    Бинарный пакет: python-module-ptyprocess
    Версия: 0.6.0-alt1
    Архитектура: noarch
    Собран:  27 июня 2021 г. 19:58 в задании #275850
    Исходный пакет: python-module-ptyprocess
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/ptyprocess

    Лицензия: ISCL
    О пакете: Run a subprocess in a pseudo terminal
    Описание: 
    Launch a subprocess in a pseudo terminal (pty), and interact with both
    the process and its pty.
    
    Sometimes, piping stdin and stdout is not enough. There might be a
    password prompt that doesn't read from stdin, output that changes when
    it's going to a pipe rather than a terminal, or curses-style interfaces
    that rely on a terminal. If you need to automate these things, running
    the process in a pseudo terminal (pty) is the answer.

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


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


    20 августа 2018 г. Stanislav Levin 0.6.0-alt1
    - 0.5.2 -> 0.6.0.
    21 марта 2018 г. Stanislav Levin 0.5.2-alt1
    - 0.5 -> 0.5.2
    2 февраля 2018 г. Stanislav Levin 0.5-alt1.git20150617.2.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools