slackbuilds/python/python3-pexpect
Benjamin Trigona-Harany d5210ab665 python/python3-pexpect: Updated for version 4.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
2018-02-17 07:43:00 +07:00
..
README python/python3-pexpect: Added (Python 3 module for spawning). 2017-04-16 18:06:10 +07:00
python3-pexpect.SlackBuild python/python3-pexpect: Updated for version 4.4.0. 2018-02-17 07:43:00 +07:00
python3-pexpect.info python/python3-pexpect: Updated for version 4.4.0. 2018-02-17 07:43:00 +07:00
slack-desc python/python3-pexpect: Added (Python 3 module for spawning). 2017-04-16 18:06:10 +07:00

README

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.