Metadata-Version: 1.1
Name: clif
Version: 0.2.2
Summary: Framework for generating command-line
Home-page: http://github.com/fmenabe/python-clif
Author: François Ménabé
Author-email: francois.menabe@gmail.com
License: MIT License
Download-URL: http://github.com/fmenabe/python-clif
Description: Command-line interface framework
        ================================
        
        This is a small framework for generating command-line in python. Each command
        has a dedicated file for the command-line configuration and can have dedicated
        configuration files whose values will be easily accessible.
        
Keywords: command-line,argparse,wrapper,clg,framework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
