slackbuilds_ponce/python/python3-pexpect
Benjamin Trigona-Harany a94c3e07d8 python/python3-pexpect: Added (Python 3 module for spawning).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-16 18:06:10 +07:00
..
python3-pexpect.info
python3-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.