Pexpect - Pure Python Expect-like module 2.3

License: Free ‎File size: N/A
‎Users Rating: 2.5/5 - ‎2 ‎votes

ABOUT Pexpect - Pure Python Expect-like module

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.