python-cliapp 1.20150701-1 source package in Ubuntu

Changelog

python-cliapp (1.20150701-1) unstable; urgency=medium

  * New upstream version.
  * Source package format changed to 3.0 (quilt).

 -- Lars Wirzenius <email address hidden>  Wed, 01 Jul 2015 08:30:01 +0300

Upload details

Uploaded by:
to be removed
Uploaded to:
Sid
Original maintainer:
to be removed
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliapp_1.20150701-1.dsc 1.8 KiB f96a42afa74ca9e66f857bf9d041bc502e0d3923b07fdc23b3b6c1bc98160199
python-cliapp_1.20150701.orig.tar.xz 46.9 KiB 6410f7593cfd871efec4bb1a544ffca016a97554b7361fadae827d3068f5406f
python-cliapp_1.20150701-1.debian.tar.xz 3.1 KiB 09738f04a1ee021af8145b25a3b859be51ac46da6c9a8c1d91ae839110772d08

Available diffs

No changes file available.

Binary packages built by this source

python-cliapp: Python framework for Unix command line programs

 cliapp makes it easier to write typical Unix command line programs,
 by taking care of the common tasks they need to do, such as
 parsing the command line, reading configuration files, setting
 up logging, iterating over lines of input files, and so on.