{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"}],"enrichment":{"capability":"Adds color customization to Click command-line help messages and version output, letting you style headers, options, and custom text with terminal colors.","skillfed_tags":["cli-styling","click-extension"],"use_cases":["Make help text in a multi-command CLI tool easier to scan by coloring headers and options differently.","Highlight important or dangerous options (e.g., destructive flags in red) to draw user attention.","Customize version output colors to match your tool's branding or visual style.","Add visual polish to internal CLI tools without maintaining a custom help formatter.","Selectively color specific options or subcommands while leaving others unstyled."],"what_it_does":"click-help-colors is a small extension for Click that replaces the default help and version output classes with color-aware alternatives. It lets you assign terminal colors (yellow, green, blue, cyan, red, white, bright_black, etc.) to help headers, option names, and version text, either globally or per-command. You pass color names as keyword arguments to HelpColorsGroup and HelpColorsCommand decorators, or use a custom_colors dictionary to target specific options or commands individually.\n\nThe package is useful when you want CLI tools to have more visually distinct help output without building your own help formatter from scratch. It integrates directly into Click's decorator pattern, so you swap in the colored class and add color parameters\u2014no changes to your command logic needed. The single runtime dependency is click itself.","worth_installing":"Yes, if you maintain a Click-based CLI and want colored help output without extra complexity. The install is straightforward and the dependency footprint is minimal. However, the aging maintenance status (last release 2023-11-18, no activity in over 1000 days) means you should verify compatibility with your Click version before committing to it in production; consider it stable but not actively developed."},"id":"click-help-colors","links":{"html":"https://skillfed.io/packages/click-help-colors","md":"https://skillfed.io/packages/click-help-colors.md","pypi":"https://pypi.org/project/click-help-colors/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2023-11-18","license_spdx":null,"license_treatment":"permissive","name":"click-help-colors","python_support":"unspecified","summary":"Colorization of help messages in Click"},"popularity":{"monthly_downloads":1300506,"position":4086,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.9.4"}
