slackbuilds_ponce/libraries/pexpect
Willy Sudiarto Raharjo 58c7c53f32
libraries/pexpect: Updated for version 4.8.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-09-16 07:53:21 +07: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.