python-cliff 4.0.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (4.0.0-0ubuntu1) kinetic; urgency=medium

  * New upstream release for OpenStack Zed.

 -- Corey Bryant <email address hidden>  Thu, 08 Sep 2022 17:29:29 -0400

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Kinetic release main python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_4.0.0.orig.tar.gz 80.8 KiB 3b0d30e7acf50e3c214a39ee3e66aa2f2b5957e2a1de373e17bba8e98c7501a5
python-cliff_4.0.0-0ubuntu1.debian.tar.xz 5.6 KiB 85acb88a1bf6e6675ee9f03cdd8d83c6f2ed6681bf69d475441d464d063302ed
python-cliff_4.0.0-0ubuntu1.dsc 2.7 KiB 9aec4135d1041fc75cd9dfff55982981edf365b72bfc0e64266baae199059402

View changes file

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.