パッケージ: python3-click-option-group (0.5.5-1)
python3-click-option-group に関するリンク
Debian の資源:
python-click-option-group ソースパッケージをダウンロード:
- [python-click-option-group_0.5.5-1.dsc]
- [python-click-option-group_0.5.5.orig.tar.gz]
- [python-click-option-group_0.5.5-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
- Wrapper around optparse for command line utilities - Python 3.x