python-cliapp 0.21-1 source package in Ubuntu

Changelog

python-cliapp (0.21-1) unstable; urgency=low

  * New upstream release.

python-cliapp (0.20-1) unstable; urgency=low

  * New upstream release.

python-cliapp (0.19-1) unstable; urgency=low

  * New upstream release.

python-cliapp (0.18-1) unstable; urgency=low

  * New upstream release.

python-cliapp (0.17-1) unstable; urgency=low

  * New upstream release.

python-cliapp (0.16-1) unstable; urgency=low

  * Replace embedded copy of jquery.js with symlink to libjs-jquery's copy.

python-cliapp (0.15.1-1) unstable; urgency=low

  * New upstream release.

python-cliapp (0.15-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:47:09 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
to be removed
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-cliapp_0.21.orig.tar.gz 31.9 KiB 4714d2b945c11e2f0f13acb791f2948833dd9a8165222dfc5c9becfb066ac57d
python-cliapp_0.21-1.debian.tar.gz 2.5 KiB ef6b09e8ecd290f6745905dd35c07a410b67e0200b23fc60cbe0816fa32a526c
python-cliapp_0.21-1.dsc 1.4 KiB 6b4dba792c40e15c6f70e863eaa2f8b109b31fa0beade09632a0e5ad3d33d462

Available diffs

View changes file

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.