progress
progress copied to clipboard
Easy to use progress bars for Python
Added a new progress bar for infinite (unknown `max`) iterations. Added a test for it in `test_progress.py` - edited relevant README.rst section
It would be nice if `progress` supported the situation when `sys.stderr` is changed at runtime. Currenly, it is bound in `Infinity.file` at import time and further changes to `sys.stderr` are...
Using threading and a context manager, automatically advance a spinner at a customizable frequency during a context, removing some of the administrivia of running a spinner and enabling a spinner...
Before the hide_cursor option was introduced, finish() just printed a new line and calling the method after the progress was completed was optional. If the user wanted to overwrite the...