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.