套件: python3-cliff (2.11.0-0ubuntu2)
python3-cliff 的相關超連結
Trisquel 的資源:
下載原始碼套件 python-cliff:
- [python-cliff_2.11.0-0ubuntu2.dsc]
- [python-cliff_2.11.0.orig.tar.gz]
- [python-cliff_2.11.0-0ubuntu2.debian.tar.xz]
維護者:
Original Maintainers:
- PKG OpenStack (郵件存檔)
- Jan Dittberner
- Thomas Goirand
外部的資源:
- 主頁 [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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-cmd2 (>= 0.6.7)
- enhanced Python cmd module - Python 3.x
-
- dep: python3-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-prettytable (>= 0.7.1)
- library to represent tabular data in visually appealing ASCII tables (Python3)
-
- dep: python3-pyparsing (>= 2.1.0)
- alternative to creating and executing simple grammars - Python 3.x
-
- dep: python3-six (>= 1.10.0)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- dep: python3-stevedore (>= 1:1.20.0)
- manage dynamic plugins for Python applications - python3
-
- dep: python3-yaml (>= 3.10)
- YAML parser and emitter for Python3
-
- sug: python-cliff-doc
- command line interface formulation framework documentation