diff options
Diffstat (limited to 'python/python3-pexpect/README')
-rw-r--r-- | python/python3-pexpect/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-pexpect/README b/python/python3-pexpect/README new file mode 100644 index 000000000000..1d15e556c194 --- /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. |