CMDSyntax

Author:  David Boddie <david@boddie.org.uk>
Date:    23rd September 2003
Version: 0.89
URL:     http://www.boddie.org.uk/david/Projects/Python/CMDSyntax/

Abstract

CMDSyntax is a library for parsing command line arguments according to a
syntax definition, returning dictionaries which contain the values supplied
by the user and rejecting inconsistent user input.

It can assist in managing large numbers of options in cases where various
combinations of options are forbidden, or have undefined meanings.

In addition, the library supports the creation of a graphical form interface
using the same syntax definition for cases where a command line interface is
inappropriate or the user input is invalid or incomplete.

For further information, please consult the Usage and Reference Guide:
the file "reference.html" in the "doc" directory.
