summaryrefslogtreecommitdiffstats
path: root/libraries/pexpect/README
blob: 09bbb8b2901e12515a5dd6adb3a1fcb587d47c87 (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.