python-cliff 3.10.0-0ubuntu1 source package in Ubuntu
Changelog
python-cliff (3.10.0-0ubuntu1) jammy; urgency=medium * New upstream release for OpenStack Yoga. * d/control: Bump debhelper compat to 13. * d/rules: Switch to pybuild. -- Corey Bryant <email address hidden> Wed, 12 Jan 2022 10:54:31 -0500
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-cliff_3.10.0.orig.tar.gz | 80.7 KiB | c68aac08d0d25853234a38fdbf1f33503849af3d5d677a4d0aacd42b0be6a4a1 |
python-cliff_3.10.0-0ubuntu1.debian.tar.xz | 5.6 KiB | 55d9a132622657450b43c0beed369c16aa27ed1018e179c9d04ab359fec88025 |
python-cliff_3.10.0-0ubuntu1.dsc | 2.8 KiB | 17521b708ce5e2e5a57fe99f85b6af666a803878fd9381c89aa6d9dab66367c2 |
Available diffs
Binary packages built by this source
- python-cliff-doc: command line interface formulation framework documentation
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 is the documentation of python-cliff.
- python3-cliff: 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.