--- id: click-option-group version: "0.5.9" license: BSD-3-Clause license_treatment: permissive maintenance: aging --- # click-option-group — Option groups missing in Click License: permissive · Maintenance: aging · Popularity: top 1,000 on PyPI ## Install pip install click-option-group uv add click-option-group poetry add click-option-group ## Description # click-option-group [![PyPI version](https://img.shields.io/pypi/v/click-option-group.svg)](https://pypi.python.org/pypi/click-option-group) [![Build status](https://travis-ci.org/click-contrib/click-option-group.svg?branch=master)](https://travis-ci.org/click-contrib/click-option-group) [![Coverage Status](https://coveralls.io/repos/github/click-contrib/click-option-group/badge.svg?branch=master)](https://coveralls.io/github/click-contrib/click-option-group?branch=master) ![Supported Python versions](https://img.shields.io/pypi/pyversions/click-option-group.svg) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) **click-option-group** is a Click-extension package that adds option groups missing in [Click](https://github.com/pallets/click/). ## Aim and Motivation Click is a package for creating powerful and beautiful command line interfaces (CLI) in Python, but it has no the functionality for creating option groups. Option groups are convenient mechanism for logical structuring CLI, also it allows you to set the specific behavior and set the relationship among grouped options (mutually exclusive... ## AI interpretation — verify before relying Adds option groups to Click CLI applications, enabling logical grouping of command-line options and enforcing relationships like mutual exclusivity between grouped options. Verdict: A stable, low-friction extension for Click that fills a genuine gap in the standard library. No known vulnerabilities, permissive license, and broad Python 3.7+ support make it safe to adopt. Aging maintenance (308 days) is a minor concern but not a blocker given the repository's continued activity and the package's focused, stable scope. [View on SkillFed](https://skillfed.io/packages/click-option-group) · [View on PyPI](https://pypi.org/project/click-option-group/)