slackbuilds/libraries/pexpect
David Somero adda372935 libraries/pexpect: Misc automated cleanups.
Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
2010-06-04 01:09:54 -04:00
..
README libraries/pexpect: Added to 12.0 repository 2010-05-11 20:00:59 +02:00
pexpect.SlackBuild libraries/pexpect: Misc automated cleanups. 2010-06-04 01:09:54 -04:00
pexpect.info libraries: nitpicks on ordering of .info file 2010-05-18 00:29:17 -05:00
slack-desc libraries/pexpect: Added to 12.0 repository 2010-05-11 20:00:59 +02:00

README

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.