CommandLineApp

Base class for command line applications

The CommandLineApp class makes creating command line applications as simple as defining callbacks to handle options when they appear in 'sys.argv'.

Version 3.0

Released: Sun Jun 15 09:56:19 2008

Download

Download version 3.0
Ben Finney provided a patch to convert the names of the module, method, etc. to be PEP8-compliant. Thanks, Ben! These changes are obviously backwards incompatible.