Run a subprocess in a pseudo terminal
Project description
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.
Interface:
p = PtyProcessUnicode.spawn(['python']) p.read(20) p.write('6+6\n') p.read(20)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ptyprocess-0.7.0.tar.gz
(70.8 kB
view hashes)
Built Distribution
Close
Hashes for ptyprocess-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35 |
|
MD5 | 99ec04989f767cb72ac82ce671b561b0 |
|
BLAKE2b-256 | 22a6858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3 |