slackbuilds/python/python3-ptyprocess
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
python3-ptyprocess.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python3-ptyprocess.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc python/python3-ptyprocess: Convert slack-desc to ASCII. 2020-01-18 12:25:19 +07:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 doesnt read from stdin, output that changes
when its going to a pipe rather than a terminal, or curses-style
interfaces that rely on a terminal.