Metadata-Version: 2.1
Name: QuickCLI
Version: 0.2.2
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
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
Requires-Dist: PyYaml
Requires-Dist: future

[![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

| ***⚠️WARNING*** : This is currently a _Work in Progress_ and is not ready for general use yet |
| :---: |

## QuickCLI Release Notes
* 0.2.2
    * Add consistent args to on_missing_action and on_invalid_action hooks
* 0.2.1
    * bugfixes
    * set default license info to be blank, provide Apache license info as a constant
* 0.2.0
    * Replacing subcommands with actions
* 0.1.2
    * 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)


