summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-10 22:19:40 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-10 22:19:40 +0100
commited1cffe3469b52041e95d0f3a450e307c7d64ba3 (patch)
tree57f9881429a1afcec1b7571c419b1fd95e26c42e
parentcf3fd3cf62b624b492a8f9cdfc72867ab7305767 (diff)
downloadttystatus-ed1cffe3469b52041e95d0f3a450e307c7d64ba3.tar.gz
Add: python3-ttystatus Debian package
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 04d0d75..a223630 100644
--- a/debian/control
+++ b/debian/control
@@ -31,3 +31,22 @@ Description: terminal progress bar and status output for Python
.
The output from ttystatus goes to the terminal (`/dev/tty`) and is
restricted to a single line.
+
+Package: python3-ttystatus
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, python3
+Description: 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.