summaryrefslogtreecommitdiffstats
path: root/python/python3-ptyprocess/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-04-16 13:03:36 +0200
committer Willy Sudiarto Raharjo2017-04-16 13:03:36 +0200
commitffd334880294a18c167656a27d387f3f4d292b0f (patch)
treee031906071ea251019f808a61b93dbbeb18e5324 /python/python3-ptyprocess/README
parent8ae285310e0a66b1e60527601316c968e5af1911 (diff)
downloadslackbuilds-ffd334880294a18c167656a27d387f3f4d292b0f.tar.gz
python/python3-ptyprocess: Added (subprocesses in pseudo terminals).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-ptyprocess/README')
-rw-r--r--python/python3-ptyprocess/README8
1 files changed, 8 insertions, 0 deletions
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.