python-cliff 4.5.0-0ubuntu1 source package in Ubuntu

Changelog

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

  [ Corey Bryant ]
  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    caracal.

  [ James Page ]
  * New upstream release.

 -- James Page <email address hidden>  Thu, 18 Jan 2024 14:23:49 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_4.5.0.orig.tar.gz 81.8 KiB 61beeac238530beb3ae19eefb421b8b290b97dcc9efee01fc32fe62fb75a31d9
python-cliff_4.5.0-0ubuntu1.debian.tar.xz 5.8 KiB 1872ded341c25043c4131ed2117c6c07fe7d13a345ae2e0cb354d04b0f221845
python-cliff_4.5.0-0ubuntu1.dsc 2.7 KiB 10eb0b59b292458426e4348bc8646193f634a6d991689f3edaadeb6c5a313041

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.