[ ソース: python-cliff ]
パッケージ: python3-cliff (3.4.0-2)
python3-cliff に関するリンク
Debian の資源:
python-cliff ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
command line interface formulation framework - Python 3.x
Cliff is a framework for building command line programs. It uses plugins to define sub-commands, output formatters, and other extensions.
The cliff framework is meant to be used to create multi-level commands such as Subversion and git, where the main program handles some basic argument parsing and then invokes a sub-command to do the work.
This package provides the Python 3.x module.
その他の python3-cliff 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-cmd2
- enhanced Python cmd module - Python 3.x
-
- dep: python3-docutils
- reStructuredText 用テキスト処理システム (Python 3 による実装)
-
- dep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-prettytable
- library to represent tabular data in visually appealing ASCII tables (Python3)
以下のパッケージによって提供される仮想パッケージでもあります: python3-ptable
-
- dep: python3-pyparsing
- alternative to creating and executing simple grammars - Python 3.x
-
- dep: python3-six (>= 1.10.0)
- Python 2 と 3 の互換性ライブラリー(Python 3 インターフェイス)
-
- dep: python3-stevedore (>= 1.30.1)
- manage dynamic plugins for Python applications - python3
-
- dep: python3-yaml
- YAML parser and emitter for Python3
-
- sug: python-cliff-doc
- command line interface formulation framework documentation