From 8d1a7246bbf2a67521e223e58bb86cbbde3b66dc Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Fri, 13 Jan 2023 20:52:41 -0500 Subject: dev-python/click-option-group: new package, add 0.5.5 Signed-off-by: Julien Roy --- dev-python/click-option-group/metadata.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-python/click-option-group/metadata.xml (limited to 'dev-python/click-option-group/metadata.xml') diff --git a/dev-python/click-option-group/metadata.xml b/dev-python/click-option-group/metadata.xml new file mode 100644 index 0000000..0e597ed --- /dev/null +++ b/dev-python/click-option-group/metadata.xml @@ -0,0 +1,25 @@ + + + + + julien@jroy.ca + Julien Roy + + 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 options for example). Moreover, argparse stdlib package contains this functionality out of the box. + +The aim of this package is to provide group options with extensible functionality using canonical and clean API (Click-like API as far as possible). + + + + Eugene Prilepin + esp.home@gmail.com + + https://github.com/click-contrib/click-option-group/releases + https://click-option-group.readthedocs.io/ + https://github.com/click-contrib/click-option-group/issues + click-contrib/click-option-group + click-option-group + + -- cgit v1.2.3