You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Trigona-Harany 506b802584 python/python3-ptyprocess: Updated for version 0.5.2. 8 years ago
..
README python/python3-ptyprocess: Added (subprocesses in pseudo terminals). 9 years ago
python3-ptyprocess.SlackBuild python/python3-ptyprocess: Updated for version 0.5.2. 8 years ago
python3-ptyprocess.info python/python3-ptyprocess: Updated for version 0.5.2. 8 years ago
slack-desc python/python3-ptyprocess: Added (subprocesses in pseudo terminals). 9 years ago

README

ptyprocess (python module)

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.