Metadata-Version: 1.0
Name: clipy
Version: 0.3
Summary: Library for creating command line interfaces
Home-page: UNKNOWN
Author: Andrey Popp
Author-email: 8mayday@gmail.com
License: MIT
Description: Clipy -- command line interfaces micro-framework
        ================================================
        
        Clipy is simple easy to use micro-framework for creating command line
        interfaces.
        
        Change history
        ==============
        
        0.1
        ---
        
        Initial release with the following features:
        
        - Defining single commands with Command class.
        
        - Defining composite commands (commands that consists of subcommans, like svn)
        with CompositeCommand class.
        
        
        0.2
        ---
        
        New features:
        
        - Added abstract command loaded for composite commands.
        
        - Command loader implementation, which loads commands via setuptools entry
        point groups.
        
        
        0.3
        ---
        
        New features:
        
        - Added Command.chanllenge method for asking user for variable.
        
        - Added Command.ask method for asking user for confirmation.
        
        - Support for defining commands with argument parsers based on argparse.
        
Keywords: python cli framework cmd command line interface
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
