python-cliff 4.6.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (4.6.0-0ubuntu1) noble; urgency=medium

  * New upstream release for OpenStack Caracal.

 -- James Page <email address hidden>  Mon, 11 Mar 2024 13:27:40 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_4.6.0.orig.tar.gz 81.8 KiB 2f38ce8bd1ea4958d66f15b066ac47e65d61f600b9319b921e12e9e9cbcd99d0
python-cliff_4.6.0-0ubuntu1.debian.tar.xz 5.8 KiB c3f13d866ae65acd2598cbfca6eaf7dbdb668407ec08ec668438549c07284884
python-cliff_4.6.0-0ubuntu1.dsc 2.7 KiB ff1290c494d4a411943fca3e9d5c490a5bf19c952920532fb0e901eb6ca960c2

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.