aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/click-option-group/metadata.xml')
-rw-r--r--dev-python/click-option-group/metadata.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/click-option-group/metadata.xml b/dev-python/click-option-group/metadata.xml
new file mode 100644
index 000000000..0e597edc2
--- /dev/null
+++ b/dev-python/click-option-group/metadata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
+ <longdescription>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).
+ </longdescription>
+ <upstream>
+ <maintainer>
+ <name>Eugene Prilepin</name>
+ <email>esp.home@gmail.com</email>
+ </maintainer>
+ <changelog>https://github.com/click-contrib/click-option-group/releases</changelog>
+ <doc>https://click-option-group.readthedocs.io/</doc>
+ <bugs-to>https://github.com/click-contrib/click-option-group/issues</bugs-to>
+ <remote-id type="github">click-contrib/click-option-group</remote-id>
+ <remote-id type="pypi">click-option-group</remote-id>
+ </upstream>
+</pkgmetadata>