54321f5217
- While I'm here, take maintainership PR: 244455 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
7 lines
374 B
Text
7 lines
374 B
Text
The PyPrind (Python Progress Indicator) module provides a progress bar and a
|
|
percentage indicator object that let you track the progress of a loop structure
|
|
or other iterative computation. Typical applications include the processing of
|
|
large data sets to provide an intuitive estimate at runtime about the progress
|
|
of the computation.
|
|
|
|
WWW: https://github.com/rasbt/pyprind
|