python-ptyprocess: python-ptyprocess (Run a subprocess in a pseudo terminal)
python-ptyprocess: 
python-ptyprocess: With ptyprocess, you can launch a subprocess in a pseudo terminal
python-ptyprocess: (pty), and interact with both the process and its pty. Sometimes,
python-ptyprocess: piping stdin and stdout is not enough. There might be a password
python-ptyprocess: prompt that doesn’t read from stdin, output that changes when it’s
python-ptyprocess: going to a pipe rather than a terminal, or curses-style interfaces
python-ptyprocess: that rely on a terminal. If you need to automate these things,
python-ptyprocess: running the process in a pseudo terminal (pty) is the answer.
python-ptyprocess: 
python-ptyprocess: 
