{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/11"}],"enrichment":{"capability":"click-prompt adds interactive prompts to Click CLI applications, letting you build command-line tools with user-friendly choice selection, text input, file picking, and confirmation dialogs.","skillfed_tags":["cli-prompts","click-extension","interactive-terminal"],"use_cases":["Build a CLI tool that prompts users to select from a predefined list instead of requiring them to type exact values","Add yes/no confirmation dialogs to CLI commands that perform destructive operations","Create interactive file-picker prompts with auto-completion for file path arguments","Replace repetitive Click argument parsing with user-friendly text input prompts","Build setup wizards or configuration CLIs that guide users through choices step-by-step"],"what_it_does":"click-prompt is a thin wrapper around Click and questionary that replaces Click's basic option handling with interactive prompts. Instead of requiring users to type option values or remember syntax, it presents menus, text fields, file pickers, and yes/no dialogs directly in the terminal. The library provides decorators (choice_option, confirm_option, filepath_option, auto_complete_option, input_text_option) that work as drop-in replacements for Click's standard option and argument decorators.\n\nIt's designed for developers building CLI tools who want a more polished user experience without writing custom prompt logic. The package supports Python 3.9 through 3.14 and has no exotic dependencies\u2014just Click and questionary\u2014making it straightforward to add to existing Click-based projects.","worth_installing":"Yes, if you're building Click-based CLIs and want better user experience with minimal overhead. The low install friction, permissive license, and straightforward decorator API make it a practical choice. However, the aging maintenance status (235 days since last release, modest repository activity) means you should be comfortable with a stable but not actively evolving tool\u2014suitable for mature projects, less ideal if you expect frequent updates or community support."},"id":"click-prompt","links":{"html":"https://skillfed.io/packages/click-prompt","md":"https://skillfed.io/packages/click-prompt.md","pypi":"https://pypi.org/project/click-prompt/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-12-22","license_spdx":null,"license_treatment":"permissive","name":"click-prompt","python_support":"supports_current","summary":"click-prompt provides more beautiful interactive options for the Python click library"},"popularity":{"monthly_downloads":89291,"position":13672,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.1"}
