diff options
author | Javier Rojas <jerojasro@gmail.com> | 2010-05-11 20:00:59 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:00:59 +0200 |
commit | d56ff137a7626634d00465061264d6fcf4049a0d (patch) | |
tree | 7583defc9afde0eb252ee7003dc4d6bf4c387d71 /libraries/pexpect/README | |
parent | 9613402a98a1b0c9f324a2bc58ea2792b201d5d0 (diff) | |
download | slackbuilds-d56ff137a7626634d00465061264d6fcf4049a0d.tar.gz |
libraries/pexpect: Added to 12.0 repository
Diffstat (limited to 'libraries/pexpect/README')
-rw-r--r-- | libraries/pexpect/README | 4 |
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. |