Pyprind

Latest version: v2.11.3

Safety actively analyzes 625681 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

2.9.1

================
- Minor reorganization of the generator interface.
- Minor changes to the code documentation.
- Added new test files.

2.9.0

================
- New generator functions for progress bar and percentage indicators via:

for i in pyprind.prog_bar(range(n)):
do something
pass

for i in pyprind.prog_percent(range(n)):
do something
pass

(by Olaf Gladis, https://github.com/hwmrocker)

2.8.0

================
- A new `.stop()` method to stop the progress bar / percentage indicator early.
- `.update()` method accepts an `item_id` argument now in order to display
which item is currently processed next to the progress bar / percentage indicator.
E.g.,
Job1
0% 100%
[] | ETA[sec]: 0.000 | Item ID: file_xyz.csv

2.7.0

================
- Version intentionally skipped to not cause confusion that
this is a tool exclusively for Python 2.7.

2.6.2

================
- Fixed bug that the report was squeezed after the bar and before the "time elapsed" string if printed immediately after the progress bar has reached 100%.

2.6.1

================
- Small bugfix on some system a warning was printed although
a valid output string was provided.

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.