python-cliff 2.15.0-0ubuntu2 source package in Ubuntu

Changelog

python-cliff (2.15.0-0ubuntu2) eoan; urgency=medium

  * Drop python2 support.  Closes: #937649.

 -- Steve Langasek <email address hidden>  Fri, 06 Sep 2019 04:45:52 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_2.15.0.orig.tar.gz 75.6 KiB fe044273539250a99a5b9915843902e40e4e9b32ac5698c1fae89e31200d649f
python-cliff_2.15.0-0ubuntu2.debian.tar.xz 5.1 KiB 5c26827060bb76b2ef0414703b3071590e8255cdf6f2ddaf05d894bdec0d5f8c
python-cliff_2.15.0-0ubuntu2.dsc 2.8 KiB 4da383e8033aca9b2b5c78e7a822044467adebb205cf4a69ebe945aa44a429cc

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.