Commit graph

3 commits

Author SHA1 Message Date
adam
83315d97be py-ptyprocess: updated to 0.6.0
0.6.0:
Pull requests
2018-07-06 07:07:25 +00:00
adam
2813b8f2e2 Changes 0.5.2:
Bug fixes.
2017-06-23 07:46:52 +00:00
markd
83dbf21ba7 Add py-ptyprocess 0.5.1
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 doesn’t read from stdin, output that changes when
it’s going to a pipe rather than a terminal, or curses-style
interfaces that rely on a terminal. If you need to automate these
things, running the process in a pseudo terminal (pty) is the answer.
2017-04-23 03:48:20 +00:00