[ 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
- interactive high-level object-oriented language (Python2 version)
-
- 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 and 3 compatibility library (Python 2 interface)
-
- 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