cp.py A module for parsing arguments from the command line. This module was designed to permit the rapid construction of programs with a simple, uniform command-line interface modeled roughly after the syntax used by GCG software. Gracefully handles pipes, opens files for input and output, and automatically generates a help string. This example reads a list of files and writes them to outfile. -out name of outfile. Prints to stdout by default. -h Prints documentation. -v { [1] } verbosity -version print version info and exit $Id: cp.py,v 1.1 2004/10/10 02:53:09 nghoffma Exp $