Pakket: python-cliff (2.13.0-1)
Verwijzigingen voor python-cliff
Debian bronnen:
Het bronpakket python-cliff downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python-cliff gerelateerde pakketten
|
|
|
|
-
- 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
Ook een virtueel pakket geboden door: 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