python-cliff 3.9.0-0ubuntu1 source package in Ubuntu

Changelog

python-cliff (3.9.0-0ubuntu1) jammy; urgency=medium

  * New upstream release for OpenStack Yoga.
  * d/control: Align (Build-)Depends with upstream.

 -- Chris MacNaughton <email address hidden>  Tue, 16 Nov 2021 08:13:57 +0000

Upload details

Uploaded by:
Chris MacNaughton
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_3.9.0.orig.tar.gz 80.7 KiB 95363e9b43e2ec9599e33b5aea27a6953beda2d0673557916fa4f5796857daa3
python-cliff_3.9.0-0ubuntu1.debian.tar.xz 5.5 KiB f55db7d46708bfa2529fab4c0943fb6e1eb174715f848f78bca76f62dbdd7898
python-cliff_3.9.0-0ubuntu1.dsc 2.6 KiB 8bedcba279af643062e30909e6dec0a7aea6d86656799fb1f73d0e31c0b3447f

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.