[ buster ]
[ 源代码: python-cliff ]
软件包:python-cliff(2.13.0-1)
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
- text processing system for reStructuredText (implemented in 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