You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Introduction
37
37
A text progress bar is typically used to display the progress of a long
38
38
running operation, providing a visual cue that processing is underway.
39
39
40
+
The progressbar is based on the old Python progressbar package that was published on the now defunct Google Code. Since that project was completely abandoned by its developer and the developer did not respond to email, I decided to fork the package. This package is still backwards compatible with the original progressbar package so you can safely use it as a drop-in replacement for existing project.
41
+
40
42
The ProgressBar class manages the current progress, and the format of the line
41
43
is given by a number of widgets. A widget is an object that may display
42
44
differently depending on the state of the progress bar. There are many types
0 commit comments