Metadata-Version: 1.1
Name: CommandLineApp
Version: 3.0.7
Summary: Base class for command line applications
Home-page: http://www.doughellmann.com/projects/CommandLineApp/
Author: Doug Hellmann
Author-email: doug.hellmann@gmail.com
License: UNKNOWN
Download-URL: http://www.doughellmann.com/downloads/CommandLineApp-3.0.7.tar.gz
Description: Base class for building 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.
                
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Provides: commandlineapp
