slackbuilds/libraries/pexpect
Erik Hanson 4248415dde Add REQUIRED field to .info files.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
2012-08-19 21:57:51 -05: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 Add REQUIRED field to .info files. 2012-08-19 21:57:51 -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.