slackbuilds_ponce/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
..
pexpect.info
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.