From ffd334880294a18c167656a27d387f3f4d292b0f Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Sun, 16 Apr 2017 18:03:36 +0700 Subject: python/python3-ptyprocess: Added (subprocesses in pseudo terminals). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-ptyprocess/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 python/python3-ptyprocess/README (limited to 'python/python3-ptyprocess/README') diff --git a/python/python3-ptyprocess/README b/python/python3-ptyprocess/README new file mode 100644 index 0000000000..e80b0e9429 --- /dev/null +++ b/python/python3-ptyprocess/README @@ -0,0 +1,8 @@ +ptyprocess (python module) + +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. -- cgit v1.2.3