You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Willy Sudiarto Raharjo 356d529a35 python/python3-pexpect: Fix .info. 1 year ago
..
README python/python3-pexpect: Wrap README at 72 columns. 4 years ago
python3-pexpect.SlackBuild python/python3-pexpect: Update for 4.9.0 (+new maintainer) 2 years ago
python3-pexpect.info python/python3-pexpect: Fix .info. 1 year ago
slack-desc python/python3-pexpect: Added (Python 3 module for spawning). 9 years ago

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.