Ffmpeg-progress-yield

Latest version: v0.11.3

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

Scan your dependencies

Page 1 of 5

0.11.3

* Fix: Clear and print progress when tqdm is not available.

This relates two printing sequence:

(1) Print one decimal place after printing two decimal places

0.74/100 -> 0.8/100 (1 less character)

(2) Print 100/100 after printing decimal progress

99.74/100 -> 100/100 (2 less characters)

99.8/100 -> 100/100 (1 less character)

So clear the line first, and print progress, showing for a moment, and then repeat, finally a newline. :)

0.11.2

* Chore: One-liner progress when tqdm is not available.

0.11.1

* Make setup name PEP 625 compliant.

0.11.0

* Remove python 3.8, add 3.12, 3.13.

0.10.0

* Fix: ensure percentage is always in float.

0.9.1

* Fix: the logic of the option --progress-only.

Page 1 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.