软件包: 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 (Mail Archive)
- 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