Description
Command-line interfaces can be built with decorators and option helpers in legacy Python 2 projects. Click helps developers define commands, arguments, prompts, and terminal output with less manual parsing.
It is imported by CLI applications, not used alone by end users. The commands built with it decide whether files, services, or credentials are affected.