tqdm
tqdm copied to clipboard
Add a progress meter to your loops in a second
All is in the title. If so, the community could fork it ! UPDATE: the project has been forked and lives here : https://github.com/tqdm/tqdm
Added tests for py26, py27 and py32. Fixed the calculation of rate in format_meter.
You should precise in the readme that your library doesn't require curses, which often other progress bar libraries require without mentioning it. This is especially important for non-Unix projects (curses...
python setup.py sdist bdist_wheel
http://docs.python.org/2/glossary.html#term-iterable
Most of the time (or even always) the progress bar ends at 99% instead of 100%.