Metadata-Version: 2.1
Name: cliapp
Version: 1.20180812.1
Summary: framework for Unix command line programs
Home-page: http://liw.fi/cliapp/
Author: Lars Wirzenius
Author-email: liw@liw.fi
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
License-File: COPYING

    cliapp makes it easier to write typical Unix command line programs,
    by taking care of the common tasks they need to do, such as
    parsing the command line, reading configuration files, setting
    up logging, iterating over lines of input files, and so on.
    
