Overview

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.

High-level Guide and/or Small Example

NA

Special Notes

Examples in the ALMA CVS Repository

NA

Related Documents

Pexpect Documentation


Keywords: Python, 3rd Party, Expect