toasty.progress Module

Utilities for progress reporting

This module provides an extremely thin wrapper around TQDM that avoids `` `` output when stdout is not a terminal, for producing more easily greppable logs. It also reduces the update frequency to reduce log volume.

Functions

progress_bar([total, show])

Create and return a TQDM progress bar.