< Home - < Back

python-ttystatus


Information about the package, python-ttystatus, which is shipped with common Linux distributions. The python-ttystatus package is designed for, Progress and status updates on terminals for Python.


Package Name:

python-ttystatus

Summary:

Progress and status updates on terminals for Python

Description:

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

Architecture:

noarch

Version:

0.23

Release:

1.el6

Size:

55 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for python-ttystatus


Control the python-ttystatus package with the following handy commands outlined below.


Command

Description of Command

yum install python-ttystatus

This command will install python-ttystatus on the server.

yum remove python-ttystatus

This command will un-install python-ttystatus on the server. When you run this command, you will be asked if you are sure that you want to remove python-ttystatus, so you have to manually confirm that you want to do this.

yum -y remove python-ttystatus

This command will un-install python-ttystatus on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-ttystatus when using the -y flag.

yum update python-ttystatus

This command will update python-ttystatus to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-ttystatus, so you have to manually confirm that you want to do this.

yum -y update python-ttystatus

This command will update python-ttystatus to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-ttystatus when using the -y flag.

yum info python-ttystatus

This command will show you core information about the python-ttystatus package.

yum deplist python-ttystatus

This command will show you the dependencies for python-ttystatus. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-ttystatus

This command will check if there is an update waiting on python-ttystatus. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.