slackbuilds_ponce/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
..
pexpect.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
pexpect.SlackBuild
README
slack-desc

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.