{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Provides pre-built Click decorators and utilities for common CLI patterns, including options for logging, web server configuration, and WSGI app launching.","skillfed_tags":["cli-utilities","click-extensions"],"use_cases":["Add a `--verbose` flag to a CLI tool that controls package logger verbosity","Create a web command that runs a WSGI app with configurable host and port options","Build a CLI that can switch between development server and gunicorn via a flag","Wrap a WSGI application for CLI execution without eagerly importing dependencies at startup","Organize multiple CLI commands in a Click group with shared host and port options"],"what_it_does":"More Click is a library of reusable Click decorators and helper functions that reduce boilerplate when building command-line interfaces. It provides pre-configured options like `verbose_option` for logging control, `host_option` and `port_option` for web server configuration, and higher-level utilities like `make_web_command()` that wrap WSGI applications for CLI execution. The package is designed to let developers quickly add common CLI patterns without repeating decorator definitions across projects.\n\nThe library is particularly useful for packages that include optional web components. Rather than eagerly importing web dependencies at CLI startup, more_click uses WSGI-style string references to defer loading until needed. It can automatically choose between Flask's development server and gunicorn based on CLI flags, making it practical for both development and production deployment scenarios.","worth_installing":"Yes, if you are building Click-based CLIs and want to reduce repetitive decorator definitions. The package is actively maintained, has no security vulnerabilities, and depends only on click. However, note its 'Development Status :: 1 - Planning' classifier\u2014verify whether that reflects actual stability before relying on it in production."},"id":"more-click","links":{"html":"https://skillfed.io/packages/more-click","md":"https://skillfed.io/packages/more-click.md","pypi":"https://pypi.org/project/more-click/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-21","license_spdx":null,"license_treatment":"permissive","name":"more-click","python_support":"supports_current","summary":"Implementations of common CLI patterns on top of Click"},"popularity":{"monthly_downloads":150754,"position":10954,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.3"}
