Skip to content

Commit 2e0e474

Browse files
authored
Update readme to fix #245
1 parent 405399f commit 2e0e474

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Introduction
3737
A text progress bar is typically used to display the progress of a long
3838
running operation, providing a visual cue that processing is underway.
3939

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+
4042
The ProgressBar class manages the current progress, and the format of the line
4143
is given by a number of widgets. A widget is an object that may display
4244
differently depending on the state of the progress bar. There are many types

0 commit comments

Comments
 (0)