slackbuilds/libraries/pexpect
Willy Sudiarto Raharjo 41e69b9c63 libraries/pexpect: Updated for version 4.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2016-12-13 16:30:40 +07:00
..
README
pexpect.SlackBuild libraries/pexpect: Updated for version 4.2.1. 2016-12-13 16:30:40 +07:00
pexpect.info libraries/pexpect: Updated for version 4.2.1. 2016-12-13 16:30:40 +07: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.