python-ttystatus 0.30-1 source package in Ubuntu

Changelog

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

  * New upstream version.

 -- Lars Wirzenius <email address hidden>  Sat, 17 Oct 2015 19:04:52 +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-ttystatus_0.30-1.dsc 1.8 KiB afe2d5fc9fd0b42b3677f9537a97ac83be6866406f98b4288796804377e2027b
python-ttystatus_0.30.orig.tar.xz 28.7 KiB 00960d1407138cf8e898dba9d714b327ffbd41158279883ef6751ecda22655c3
python-ttystatus_0.30-1.debian.tar.xz 2.6 KiB 61c95da648e1675bcbd85f7c4bad18dca321801aad971d34c715450b2c322474

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.