python-ptyprocess: python-ptyprocess (subprocesses in pseudo terminals for Python 3)
python-ptyprocess:
python-ptyprocess: Launch a subprocess in a pseudo terminal (pty), and interact with
python-ptyprocess: both the process and its pty.
python-ptyprocess: Sometimes, piping stdin and stdout is not enough. There might be
python-ptyprocess: a password prompt that doesn't read from stdin, output that changes
python-ptyprocess: when it's going to a pipe rather than a terminal, or curses-style
python-ptyprocess: interfaces that rely on a terminal.
python-ptyprocess:
python-ptyprocess: Project URL: https://pypi.python.org/pypi/ptyprocess
python-ptyprocess: