套件: python-cliff (2.11.0-0ubuntu2)
python-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 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
- interactive high-level object-oriented language (default version)
-
- dep: python-cmd2 (>= 0.6.7)
- enhanced Python cmd module - Python 2.x
-
- dep: python-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-prettytable (>= 0.7.1)
- library to represent tabular data in visually appealing ASCII tables
-
- dep: python-pyparsing (>= 2.1.0)
- alternative to creating and executing simple grammars - Python 2.7
-
- dep: python-six (>= 1.10.0)
- Python 2 and 3 compatibility library (Python 2 interface)
-
- dep: python-stevedore (>= 1:1.20.0)
- manage dynamic plugins for Python applications - python2
-
- dep: python-unicodecsv (>= 0.8.0)
- drop-in replacement for Pythons CSV module with Unicode support
-
- dep: python-yaml (>= 3.10)
- YAML parser and emitter for Python
-
- sug: python-cliff-doc
- command line interface formulation framework documentation