Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570179
en ru br
ALT Linux repos
S:0.7.0-alt1

Group :: Development/Python3
RPM: python3-module-ptyprocess

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.7.0-alt1
Build date: 19 august 2021, 19:05 ( 140.4 weeks ago )
Size: 68.37 Kb

Home page:   https://pypi.python.org/pypi/ptyprocess

License: ISCL
Summary: Run a subprocess in a pseudo terminal
Description:

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.

Current maintainer: Vitaly Lipatov

List of contributors

List of rpms provided by this srpm:

  • python3-module-ptyprocess
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin