slackbuilds_ponce/libraries/pexpect/README
2010-05-11 20:00:59 +02: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.