python-ttystatus 0.37-1 source package in Ubuntu

Changelog

python-ttystatus (0.37-1) unstable; urgency=medium

  * New upstream version.
  * Fix debian/rules.

 -- Lars Wirzenius <email address hidden>  Sat, 11 Nov 2017 10:30:11 +0100

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ttystatus_0.37-1.dsc 1.9 KiB e81f01e4362167d95292371292ad1dbc3111090c60c2749fa6c65e2264b9b881
python-ttystatus_0.37.orig.tar.xz 26.5 KiB 89dc70da1e49b099bcc4b7332b266936ecd5c75223f4e4bf9b6add5064cb5712
python-ttystatus_0.37-1.debian.tar.xz 2.8 KiB 43e91579f411d2046ba6bc4831ea5406800736c5afc6e457dc42cb76e4ee2497

Available diffs

No changes file available.

Binary packages built by this source

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

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.