Metadata-Version: 1.1
Name: pycmdr
Version: 0.1.4
Summary: A simple python library for easily creating command line applications, use Python's decorators to manage subcommands and positional and optional arguments.
Home-page: https://bitbucket.org/aquilleph/cmdr
Author: Aquilleph
Author-email: acsherrock@gmail.com
License: GPL
Description: # cmdr
        ---
        
        cmdr is a simple python library for easily creating command line applications, use Python's decorators to manage subcommands and positional and optional arguments.
         
        
Keywords: console cli program app manager subcommands cmd
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
