Tweak misc/lesspipe version 1.55
[dports.git] / misc / py-pexpect / pkg-descr
1 Pexpect makes Python a better glue for controlling child applications.
2
3 Pexpect is a pure Python module for spawning child applications; controlling
4 them; and responding to expected patterns in their output. Pexpect works like
5 Don Libes' Expect. Pexpect allows your script to spawn a child application
6 and control it as if a human were typing commands.
7
8 Pexpect can be used for automating interactive applications such as ssh, ftp,
9 passwd, telnet, etc. It can be used to a automate setup scripts for duplicating
10 software package installations on different servers. It can be used for
11 automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
12 Pexpect is pure Python. The Pexpect interface was designed to be easy to use.
13
14 WWW: http://pexpect.sourceforge.net/