python-ttystatus 0.38-2ubuntu1 source package in Ubuntu

Changelog

python-ttystatus (0.38-2ubuntu1) eoan; urgency=medium

  * Build-depend on pylint which is now python3, not pylint3.

 -- Steve Langasek <email address hidden>  Wed, 25 Sep 2019 16:12:15 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ttystatus_0.38.orig.tar.xz 26.7 KiB e544dd5b0f77ebc3bb5b4ace34bd3d2751e72956ec096c8ffb34beaead433628
python-ttystatus_0.38-2ubuntu1.debian.tar.xz 2.9 KiB 398c284f93e196a2aa94c6bac93f9241353ed8643777e39667a665cbfd1be583
python-ttystatus_0.38-2ubuntu1.dsc 2.0 KiB c29a115d174c597888939dd1eb93ffa1cd30da827e1369cfebd1fa6fcf5fc41a

Available diffs

View changes file

Binary packages built by this source

python-ttystatus: No summary available for python-ttystatus in ubuntu focal.

No description available for python-ttystatus in ubuntu focal.

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.