click==8.4.2
# Composable command line interface toolkit
$ pip install click
downloads/wk
239,929,486
license
version
8.4.2
python
>=3.10
What is click?
Click is a Python library for building command-line interfaces (CLIs) by decorating functions with simple annotations. It handles argument parsing, option validation, and help text generation automatically, letting developers focus on writing the core logic rather than wrestling with low-level CLI framework details.
Dependencies (1)