clig - CLI Generator

PyPI - Version PyPI - Python Version

clig is a single module, written in pure python, that wraps around the stdlib module argparse to generate command line interfaces through simple functions.

If you know how to use argparse, you may want to use clig.

Installation

Install with pip:

pip install clig

Or just download the module

Table of contents