python-cliapp 1.20150829-1 source package in Ubuntu

Changelog

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

  * New upstream version.
      * Fix "Allow commas in StringListSetting values" (Closes: #784576)

 -- Lars Wirzenius <email address hidden>  Sat, 29 Aug 2015 20:24:30 +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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliapp_1.20150829-1.dsc 1.8 KiB d6ddd9e95e7c2bc330539582e640e5a89a6bcb96f467e8b578adb191d32c4084
python-cliapp_1.20150829.orig.tar.xz 47.3 KiB 28bc06e8c810e8c392768d2c60b73445dd7f15efc85f124537e4ac16c2265586
python-cliapp_1.20150829-1.debian.tar.xz 3.1 KiB ccc4e6572952aa5d681bd2312d5ac39a716f6e196a0bb04ca18516540542beb9

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.