python-ttystatus 0.38-4 source package in Ubuntu

Changelog

python-ttystatus (0.38-4) unstable; urgency=medium

  * QA upload.
  * Switch to pylint from pylint3
  * Bump std-version to 4.1.1 and compat level to 12

 -- Gianfranco Costamagna <email address hidden>  Sat, 30 Nov 2019 15:21:00 +0100

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
Oracular release universe python
Noble release universe python
Mantic release universe python
Lunar release universe python
Jammy release universe python
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ttystatus_0.38-4.dsc 1.8 KiB 66a36ee2f76780a5337bbe5d89cd77462905b2ec2e9349f09b13a74eb80afaf9
python-ttystatus_0.38.orig.tar.xz 26.7 KiB e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628
python-ttystatus_0.38-4.debian.tar.xz 3.0 KiB 09619d5f4d9f1ccc3e6fb6b5bc573f0fdbdf75699d49676474106b0efa5ec05e

Available diffs

No changes file available.

Binary packages built by this source

python3-ttystatus: terminal progress bar and status output for Python

 ttystatus is a Python library for showing progress reporting and status
 updates on terminals, for (Unix) command line programs. Output is
 automatically adapted to the width of the terminal: truncated if it does
 not fit, and re-sized if the terminal size changes.
 .
 Output is provided via widgets. Each widgets formats some data into
 a suitable form for output. It gets the data either via its initializer,
 or from key/value pairs maintained by the master object. The values are
 set by the user. Every time a value is updated, widgets get updated
 (although the terminal is only updated every so often to give user time
 to actually read the output).
 .
 The output from ttystatus goes to the terminal (`/dev/tty`) and is
 restricted to a single line.