summaryrefslogtreecommitdiffstats
path: root/libraries/pexpect/README
blob: 1d15e556c194d36a10c4f02c8d63e393e486edca (plain)
1
2
3
4
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.