csb/ptyprocess/slack-desc

13 lines
630 B
Text
Raw Permalink Normal View History

|-----handy-ruler------------------------------------------------------|
ptyprocess: ptyprocess (python module)
ptyprocess:
ptyprocess: Launch a subprocess in a pseudo terminal (pty), and interact with
ptyprocess: both the process and its pty.
ptyprocess: Sometimes, piping stdin and stdout is not enough. There might be
ptyprocess: a password prompt that doesnt read from stdin, output that changes
ptyprocess: when its going to a pipe rather than a terminal, or curses-style
ptyprocess: interfaces that rely on a terminal.
ptyprocess:
ptyprocess: Project URL: https://pypi.python.org/pypi/ptyprocess
ptyprocess: