slackbuilds/python/ptyprocess
Willy Sudiarto Raharjo d5d82321ca python/ptyprocess: Updated for version 0.5.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-07 18:47:32 +07:00
..
README python/ptyprocess: Added (python module). 2016-12-17 06:55:49 +07:00
ptyprocess.SlackBuild python/ptyprocess: Updated for version 0.5.2. 2017-07-07 18:47:32 +07:00
ptyprocess.info python/ptyprocess: Updated for version 0.5.2. 2017-07-07 18:47:32 +07:00
slack-desc python/ptyprocess: Added (python module). 2016-12-17 06:55:49 +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.