slackbuilds/libraries/pexpect
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README libraries/pexpect: Added to 12.0 repository 2010-05-11 20:00:59 +02:00
pexpect.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
pexpect.info libraries/pexpect: Updated for version 2.3. 2013-11-11 13:08:15 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05: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.