Expand description
Progress parsing utilities for detecting progress indicators in command output.
This module provides heuristics to parse progress information from command output, detecting patterns like “78%”, “23/100”, or common progress bar formats.
Functions§
- extract_
status_ message - Extract a human-readable status message from the last few lines of output
- parse_
progress - Parse progress from a text string
- parse_
progress_ from_ output - Parse progress from command output buffer