[ 源代码: python-click-option-group ]
软件包:python3-click-option-group(0.5.6-1)
python3-click-option-group 的相关链接
Debian 的资源:
下载源码包 python-click-option-group:
- [python-click-option-group_0.5.6-1.dsc]
- [python-click-option-group_0.5.6.orig.tar.gz]
- [python-click-option-group_0.5.6-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [github.com]
相似软件包:
Extension for Python click adding option groups (Python 3)
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.
This package installs the library for Python 3.
其他与 python3-click-option-group 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-click
- Command-Line Interface Creation Kit - Python 3.x