パッケージ: python3-gflags (1.5.1-7)
python3-gflags に関するリンク
Debian の資源:
python-gflags ソースパッケージをダウンロード:
メンテナ:
- Debian Python Modules Team (QA ページ, メールアーカイブ)
- Soren Hansen (QA ページ)
- Thomas Goirand (QA ページ)
- Chris Lamb (QA ページ)
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
implementation of the Google command line flags module - Python 3.x
GFlags defines a distributed command line system, replacing systems like getopt(), optparse and manual argument processing. Rather than an application having to define all flags in or near main(), each Python module defines flags that are useful to it. When one Python module imports another, it gains access to the other's flags.
It includes the ability to define flag types (boolean, float, integer, list), autogeneration of help (in both human and machine readable format) and reading arguments from a file. It also includes the ability to automatically generate man pages from the help flags.
This package provides the Python 3.x module.