Contents

click-option-group 0.5.6

0

Option groups missing in Click

Option groups missing in Click

Stars: 102, Watchers: 102, Forks: 11, Open Issues: 7

The click-contrib/click-option-group repo was created 4 years ago and the last code push was 5 months ago.
The project is popular with 102 github stars!

How to Install click-option-group

You can install click-option-group using pip

pip install click-option-group

or add it to a project with poetry

poetry add click-option-group

Package Details

Author
Eugene Prilepin
License
BSD-3-Clause
Homepage
https://github.com/click-contrib/click-option-group
PyPi:
https://pypi.org/project/click-option-group/
Documentation:
https://click-option-group.readthedocs.io
GitHub Repo:
https://github.com/click-contrib/click-option-group

Classifiers

  • Software Development/Libraries
No  click-option-group  pypi packages just yet.

Errors

A list of common click-option-group errors.

Code Examples

Here are some click-option-group code examples and snippets.

GitHub Issues

The click-option-group package has 7 open issues on GitHub

  • No test files in sdist tarball
  • Would it be possible to support arguments in addtion to options?
  • Defining option groups without decorators

See more issues on GitHub

Related Packages & Articles

click-plugins 1.1.1

An extension module for click to enable registering CLI commands via setuptools entry-points.

typer 0.12.3

Typer, build great CLIs. Easy to code. Based on Python type hints.

click 8.1.7

Composable command line interface toolkit