summaryrefslogtreecommitdiffstats
path: root/libraries/pexpect/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pexpect/README')
-rw-r--r--libraries/pexpect/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/pexpect/README b/libraries/pexpect/README
new file mode 100644
index 0000000000..1d15e556c1
--- /dev/null
+++ b/libraries/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.