python-cliff 2.18.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (2.18.0-0ubuntu1) focal; urgency=medium

  * New upstream release for OpenStack Ussuri.

 -- Sahid Orentino Ferdjaoui <email address hidden>  Tue, 28 Jan 2020 16:42:57 +0100

Upload details

Uploaded by:
Sahid Orentino
Sponsored by:
Corey Bryant
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_2.18.0.orig.tar.gz 76.1 KiB 4893742290d4728324a164c4f4dfeafe5f7ec61a6b49c99d76cece98730667f2
python-cliff_2.18.0-0ubuntu1.debian.tar.xz 5.3 KiB 6a03910190432fe01df31fe65862598ebab0cb3e89d78396fa631610b0ef238c
python-cliff_2.18.0-0ubuntu1.dsc 2.7 KiB 39d26c69d17a0cc502c3cafe53f94f9a82aa57ba0524986f29d44336258b0b05

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.