mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
d6c2f53fd4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
4 lines
254 B
Text
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.
|