slackbuilds/libraries/pexpect
Willy Sudiarto Raharjo c9a0969d5d
libraries/pexpect: Remove python3 bindings.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-05-14 19:27:49 +07:00
..
README libraries/pexpect: Wrap README at 72 columns. 2022-03-13 16:34:01 -04:00
pexpect.SlackBuild libraries/pexpect: Remove python3 bindings. 2022-05-14 19:27:49 +07:00
pexpect.info
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.