1 repo
Wrappers that intercept iteration events for monitoring.
Distinguishing note: Specifically for progress tracking without modifying data sources.
Explore 1 awesome GitHub repository matching development tools & productivity · Iterable Decorators. Refine with filters or upvote what's useful.
Tqdm is a terminal-based progress indicator that provides real-time visual feedback for long-running tasks and data processing pipelines. It functions as an iteration tracking wrapper, allowing developers to monitor the completion status of loops and data streams by wrapping standard iterables without modifying the underlying data source. The project distinguishes itself through its use of terminal escape sequences to render dynamic text and graphical bars that update in place. It supports both automatic tracking of iterable collections and manual progress incrementing for non-linear tasks wh
Wraps standard iterables to intercept iteration events and trigger progress updates.