Skip to main content

Module progress_bar

Module progress_bar 

Source
Expand description

Progress bars (static rendering).

Port of the __rich_console__ core of upstream rich/progress_bar.py. A ProgressBar renders a determinate bar at a given completion using half-cell resolution for a smooth edge.

Slice scope: determinate bars in a color-capable terminal. The indeterminate “pulse” animation and ASCII/legacy fallbacks are deferred.

Structs§

ProgressBar
A determinate progress bar. Mirrors rich.progress_bar.ProgressBar.