clikΒΆ

Clik is a Python library for writing complex command-line applications with a minimum of boilerplate. Clik gives you access to the full power of argparse, but saves you the trouble of creating and managing parsers, subparsers, and all the glue in between.

To get started, take a look at the intro section linked below.