slackbuilds/libraries/pexpect
Willy Sudiarto Raharjo 918dab6f97 libraries/pexpect: Removed python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-16 08:19:55 +07:00
..
README
pexpect.SlackBuild libraries/pexpect: Removed python3 support. 2017-04-16 08:19:55 +07:00
pexpect.info libraries/pexpect: Updated for version 4.2.1. 2016-12-13 16:30:40 +07:00
slack-desc

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.