aboutsummaryrefslogtreecommitdiff
path: root/misc/py-progressbar/pkg-descr
blob: 13472f3713691cf441cd4e4c58cbcbc1cc5e2199 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This library provides a text mode progressbar. This is typically
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:
- a string, which always shows itself;
- a ProgressBarWidget, which may return a diferent value every time
  it's update method is called; and
- a ProgressBarWidgetHFill, which is like ProgressBarWidget, except
  it expands to fill the remaining width of the line.

WWW: https://pypi.org/project/progressbar/
WWW: https://github.com/niltonvolpato/python-progressbar