python-cliapp 1.20180812.1-4 source package in Ubuntu

Changelog

python-cliapp (1.20180812.1-4) unstable; urgency=medium

  * QA upload.
  * Use pycodestyle instead of pep8

 -- Peter Michael Green <email address hidden>  Tue, 23 Jun 2020 07:34:38 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe python
Lunar release universe python
Jammy release universe python

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cliapp_1.20180812.1-4.dsc 1.9 KiB a7f320d716935b72c55d8ed85cd607f80f9dd66d1e01d0b5faff5d7068058b5e
python-cliapp_1.20180812.1.orig.tar.xz 46.1 KiB e3e6e1babd86de617f70b651fafc2b21fc9c104ca7294778bee88187ac9f7f8f
python-cliapp_1.20180812.1-4.debian.tar.xz 4.3 KiB 92f31c51d44c5c2852712707e5c042415dc13347683ab63974d8a7c33233af4f

No changes file available.

Binary packages built by this source

python3-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.