slackbuilds_ponce/libraries/pexpect
Willy Sudiarto Raharjo 0700d87ffa libraries/pexpect: Updated for version 4.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-19 07:50:10 +07:00
..
pexpect.info libraries/pexpect: Updated for version 4.0.1. 2015-10-19 07:50:10 +07:00
pexpect.SlackBuild libraries/pexpect: Updated for version 4.0.1. 2015-10-19 07:50:10 +07:00
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.