Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / sysutils / py-ptyprocess / pkg-descr
1 Launch a subprocess in a pseudo terminal (pty), and interact with
2 both the process and its pty.
3
4 Sometimes, piping stdin and stdout is not enough. There might be
5 a password prompt that doesn't read from stdin, output that changes
6 when it's going to a pipe rather than a terminal, or curses-style
7 interfaces that rely on a terminal. If you need to automate these
8 things, running the process in a pseudo terminal (pty) is the answer.
9
10 WWW: https://github.com/pexpect/ptyprocess