python-cliff 2.9.1-0ubuntu2 source package in Ubuntu

Changelog

python-cliff (2.9.1-0ubuntu2) bionic; urgency=medium

  * d/control: Drop (Build-)Depends on python3-unicodecsv as its only
    needed for Python 2 (LP: #1736717).

 -- James Page <email address hidden>  Mon, 18 Dec 2017 13:11:11 +0000

Upload details

Uploaded by:
James Page
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliff_2.9.1.orig.tar.gz 71.5 KiB ab50fbb4717c74e32915123f4150805b463e81de1d58e43996fd813b26c5b447
python-cliff_2.9.1-0ubuntu2.debian.tar.xz 4.6 KiB 060acacdcec93b59638517d20934074d72603708e1fa1af4ddfd7fe4e3794774
python-cliff_2.9.1-0ubuntu2.dsc 3.3 KiB 2ab29c610083b3bf3e61b9eae4d0648087cfe3d5c29470ca597678d131eed0ea

View changes file

Binary packages built by this source

python-cliff: command line interface formulation framework - Python 2.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 2.x module.

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.