cmdline - A command line parsing library
========================================

The cmdline library is designed to make it easy to create quick and functional
command line applications. It is based on the 'getopt' library for the actual
command line parsing, and so is based on a solid background.

See the 'example.py' script for sample usage.
