Home | Trees | Indices | Help |
---|
|
Text progressbar library for python.
This library provides a text mode progressbar. This is tipically used to display the progress of a long running operation, providing a visual clue that processing is underway.
The ProgressBar class manages the progress, and the format of the line is given by a number of widgets. A widget is an object that may display diferently depending on the state of the progress. There are three types of widget:Version: 2.2
Date: 2006-05-07
Author: Nilton Volpato
|
|||
ProgressBarWidget This is an element of ProgressBar formatting. |
|||
ProgressBarWidgetHFill This is a variable width element of ProgressBar formatting. |
|||
ETA Widget for the Estimated Time of Arrival |
|||
FileTransferSpeed Widget for showing the transfer speed (useful for file transfers). |
|||
RotatingMarker A rotating marker for filling the bar of progress. |
|||
Percentage Just the percentage done. |
|||
Bar The bar of progress. |
|||
ReverseBar The reverse bar of progress, or bar of regress. |
|||
ProgressBar This is the ProgressBar class, it updates and prints the bar. |
|
|||
__author_email__ =
|
|||
default_widgets =
|
|
default_widgets
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Aug 30 11:45:41 2007 | http://epydoc.sourceforge.net |