Metadata-Version: 2.4
Name: easycli
Version: 1.9.7
Summary: Easily define your Command line and sub-commands using argparse.
Home-page: http://github.com/pylover/easycli
Author: Vahid Mardani
Author-email: vahid.mardani@gmail.com
License: MIT
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argcomplete
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# easycli

[![PyPI](http://img.shields.io/pypi/v/easycli.svg)](https://pypi.python.org/pypi/easycli)
[![Build](https://github.com/pylover/easycli/workflows/Build/badge.svg?branch=master)](https://github.com/pylover/easycli/actions)
[![Coverage Status](https://coveralls.io/repos/github/pylover/easycli/badge.svg?branch=master)](https://coveralls.io/github/pylover/easycli?branch=master)
[![Python](https://img.shields.io/badge/Python-%3E%3D3.6-blue)](https://python.org)
[![Documentation](https://img.shields.io/badge/Documentation-ready!-blue)](https://pylover.github.io/easycli/)
[![Downloads](https://pepy.tech/badge/easycli)](https://pepy.tech/project/easycli)
[![Downloads](https://pepy.tech/badge/easycli/month)](https://pepy.tech/project/easycli)
[![Downloads](https://pepy.tech/badge/easycli/week)](https://pepy.tech/project/easycli)

[Documentation](https://pylover.github.io/easycli/)


Command line interface for python application on top of the argparse 
including sub-parsers.

## Installation

```bash
pip install easycli
```

