slackbuilds/python/python3-pexpect
B. Watson af0e151d20 python/python3-pexpect: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:58 -04:00
..
README python/python3-pexpect: Wrap README at 72 columns. 2022-03-17 12:37:58 -04:00
python3-pexpect.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
python3-pexpect.info python/python3-pexpect: Updated for version 4.8.0. 2020-02-15 09:51:05 +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.