Click
Python composable command line interface toolkit
Language: PythonCategory: CLIFirst released: 2014Created by: Armin RonacherLicense: BSD
Click is a Python package for creating beautiful command-line interfaces in a composable way with as little code as necessary. It is the CLI framework behind the Flask project and is designed to be highly configurable with sensible defaults. Click supports lazy loading of subcommands, parameter validation, file path handling, and colorful terminal output, making it the most popular CLI library in the Python ecosystem.
Links
Key Features
Composable CommandsLazy Subcommand LoadingParameter ValidationTerminal StylingPath & File Handling