summaryrefslogtreecommitdiffstats
path: root/python/python3-pexpect/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-04-16 13:06:10 +0200
committer Willy Sudiarto Raharjo2017-04-16 13:06:10 +0200
commita94c3e07d85191b4e46f9b9533a7e791f64053ea (patch)
treec0e22b7effeab35fc83df3a102d7dd8bd4e4e2da /python/python3-pexpect/README
parentffd334880294a18c167656a27d387f3f4d292b0f (diff)
downloadslackbuilds-a94c3e07d85191b4e46f9b9533a7e791f64053ea.tar.gz
python/python3-pexpect: Added (Python 3 module for spawning).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pexpect/README')
-rw-r--r--python/python3-pexpect/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-pexpect/README b/python/python3-pexpect/README
new file mode 100644
index 0000000000..1d15e556c1
--- /dev/null
+++ b/python/python3-pexpect/README
@@ -0,0 +1,4 @@
+Pexpect is a Python module for spawning child applications; controlling them;
+and responding to expected patterns in their output. Pexpect can be used for
+automating interactive applications such as ssh, ftp, passwd, telnet, etc.
+Pexpect is pure Python.