Download List

專案描述

The purpose of the Pypect module is to make Python
a better glue. It works like Expect, and allows
you to start a child application and have your
script control it as if a human were typing
commands. It is a pure Python module for spawning
child applications, controlling them, and
responding to expected patterns in their output.
It can be used for automating interactive
applications such as SSH, FTP, passwd, telnet,
etc, to automate setup scripts for duplicating
software package installations on different
servers, and for automated software testing. It
should work on any platform that supports the
standard Python PTY module. The interface was
designed to be easy to use, so that simple tasks
are easy.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-08-05 08:07
0.7

This is beta quality code. Generally, everything works pretty well and has been tested. The class interface is stable.
標籤: Initial freshmeat announcement

Project Resources