A Python module for controlling interactive programs in a pseudo-terminal
Description
Pexpect is a Pure Python Expect-like module for spawning child processes and
controlling them automatically. Pexpect can be used to automate interactive
applications such as SSH, FTP, password, telnet, etc. Pexpect works by spawning
child processes and responding to expected patterns.