slackbuilds_ponce/python/python3-pexpect/README
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

4 lines
254 B
Text

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.