python-ttystatus 0.23-1 source package in Ubuntu

Changelog

python-ttystatus (0.23-1) unstable; urgency=low


  * New upstream version.

 -- Lars Wirzenius <email address hidden>  Wed, 19 Jun 2013 21:26:14 +0100

Upload details

Uploaded by:
to be removed
Uploaded to:
Sid
Original maintainer:
to be removed
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe python

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-ttystatus_0.23-1.dsc 1.4 KiB 6b1eb0762daa5c118915bfa55e4f9b1caaf3151e6d36799666ed1e8136fad13a
python-ttystatus_0.23.orig.tar.gz 29.6 KiB 1ecd58dff0049fdccedb6cd41ff0ddc51971c943e8d1887f8c027ae9e3aeb17a
python-ttystatus_0.23-1.debian.tar.gz 2.2 KiB 4b8891c62f6564cae01273cd541b7da359095f3f76ea31477f0d2b38264694e4

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.