python-cliff 4.3.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (4.3.0-0ubuntu1) mantic; urgency=medium

  * d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
    bobcat.
  * New upstream release for OpenStack Bobcat.

 -- Corey Bryant <email address hidden>  Thu, 08 Jun 2023 16:52:45 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main python

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_4.3.0.orig.tar.gz 80.7 KiB fc5b6ebc8fb815332770b2485ee36c09753937c37cce4f3227cdd4e10b33eacc
python-cliff_4.3.0-0ubuntu1.debian.tar.xz 5.7 KiB 3de8c9e8e00d96a09c7d3564d259237a54cc271b44999dc48fc3fcc5c5edf8e5
python-cliff_4.3.0-0ubuntu1.dsc 2.7 KiB 9f31936a0de79b122725502e00d0d8ac30556ad3e9be7ec277485ca1d3a16698

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.