You are here: Home / LBN / Up2date / Core Linux / BastionLinux 36 / python3-ptyprocess-0.7.0-1.lbn36.noarch

python3-ptyprocess-0.7.0-1.lbn36.noarch

Package Attributes
RPM  python3-ptyprocess-0.7.0-1.lbn36.noarch.rpm Architecture  noarch Size  64856 Created  2024/07/01 13:33:29 UTC
Package Specification
Summary Run a subprocess in a pseudo terminal
Group Application/Internet
License ZPL
Home Page https://pypi.org/project/ptyprocess
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. Interface: p = PtyProcessUnicode.spawn(['python']) p.read(20) p.write(6+6n) p.read(20)

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(PayloadIsZstd)  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(FileDigests)  
Provides
python-ptyprocess
python3-ptyprocess
python3.10-ptyprocess
python3.10dist(ptyprocess)
python3dist(ptyprocess)
Obsoletes
python-ptyprocess

Document Actions