python-cliff 4.1.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (4.1.0-0ubuntu1) lunar; urgency=medium

  * New upstream release for OpenStack Antelope.

 -- Corey Bryant <email address hidden>  Thu, 15 Dec 2022 14:15:46 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_4.1.0.orig.tar.gz 80.9 KiB bbee82127308472a3123ed10b5289616cb2c435074656dd072e55363053d091c
python-cliff_4.1.0-0ubuntu1.debian.tar.xz 5.6 KiB 0121d10b28ff01c075984d14c66e7e4390d1d9487693c0aec2adfaf9cb5dc382
python-cliff_4.1.0-0ubuntu1.dsc 2.7 KiB 43d7b255f882d310c20bec3bc349fa86e529b3b6e5ee12ddb4c757c43a2afd43

Available diffs

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.