Skip to main content

Module progress

Module progress 

Source
Expand description

Unified progress bar utilities with consistent styling.

Provides reusable progress bar helpers for various CLI operations:

  • Training iterations
  • File downloads
  • Rendering frames
  • Export operations
  • Indeterminate spinners
  • Multi-progress for parallel operations

All progress bars respect verbosity settings and use a consistent color scheme (green spinner, cyan/blue bar).

Functions§

custom_progress
Create a generic progress bar with custom template.
download_progress
Create a progress bar for file downloads.
export_progress
Create a progress bar for export operations.
multi_progress
Create a multi-progress container for parallel operations.
render_progress
Create a progress bar for rendering frames.
spinner
Create a spinner for indeterminate operations.
training_progress
Create a progress bar for training iterations.