[ buster ]
[ ソース: python-cliff ]
パッケージ: python-cliff (2.13.0-1)
python-cliff に関するリンク
Debian の資源:
python-cliff ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
command line interface formulation framework - Python 2.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 2.x module.
その他の python-cliff 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-cmd2 (>= 0.8.5)
- enhanced Python cmd module - Python 2.x
-
- dep: python-docutils
- reStructuredText 用テキスト処理システム (Python 2 による実装)
-
- dep: python-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-prettytable
- library to represent tabular data in visually appealing ASCII tables
以下のパッケージによって提供される仮想パッケージでもあります: python-ptable
-
- dep: python-pyparsing
- alternative to creating and executing simple grammars - Python 2.7
-
- dep: python-six (>= 1.10.0)
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- dep: python-stevedore (>= 1.20.0)
- manage dynamic plugins for Python applications - python2
-
- dep: python-unicodecsv
- drop-in replacement for Pythons CSV module with Unicode support
-
- dep: python-yaml
- YAML parser and emitter for Python
-
- sug: python-cliff-doc
- command line interface formulation framework documentation