summaryrefslogtreecommitdiffstats
path: root/python/python3-pexpect/README
diff options
context:
space:
mode:
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.