Metadata-Version: 2.1
Name: QuickCLI
Version: 0.1.1
Summary: Quick and Painless Python CLI Building
Home-page: https://mlasevich.github.io/QuickCLI/
Author: Michael Lasevich
Author-email: mlasevich+quickcli@gmail.com
License: Apache 2.0
Description: [![Build Status](https://travis-ci.org/mlasevich/QuickCLI.svg?branch=master)](https://travis-ci.org/mlasevich/QuickCLI)
        [![Coverage Status](https://coveralls.io/repos/github/mlasevich/QuickCLI/badge.svg?branch=master)](https://coveralls.io/github/mlasevich/QuickCLI?branch=master)
        [![PyPI version](https://badge.fury.io/py/QuickCLI.svg)](https://badge.fury.io/py/QuickCLI)
        
        # QuickCLI - Quick and CLI Wrapper for argparse for Python
        
        
        ## QuickCLI Release Notes
        * 0.1.1
            * Bugfixes
        * 0.1.0
            * Initial version
        
        ## Quick Intro to QuickCLI
        
        QuickCLI is a quick and easy to use library for using argparse Python library
        
        I have written something like this for almost every project I have done and it always take longer
        than it should, so I decided to write it as a library and share it.
        
        ### Features
        
        (TODO)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
