# verigak/progress

Easy to use progress bars for Python

Repository: https://github.com/verigak/progress
Canonical: https://ross.abutalabs.com/products/verigak-progress
Language: Python
License: ISC
License Family: permissive
Last push: 2025-07-01T05:18:14+00:00

## Health v2 (maintenance only)
Score: 45/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 29, release rhythm 35, longevity 100
- inputs: {"age_days": 5250, "days_push": 428, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1431, forks 179 (observed 2026-08-28T04:04:42.414147+00:00)

## What it is
A Python library providing easy-to-use terminal progress bars and spinners. It offers seven customizable bar styles plus spinners for tasks with unknown step counts.

## Use cases
- show a progress bar for a long-running python loop
- add a spinner to a script with unknown duration
- customize terminal progress bar fill characters and ETA display
- track iteration progress in a CLI tool
- display percent complete and elapsed time in terminal

## When to choose
- you want a minimal, dependency-light progress bar in Python
- you need simple next()/finish() or iterator-based progress reporting
- you want easily subclassable, customizable bars and spinners

## When to avoid
- you need rich multi-bar dashboards or live-updating tables
- you want progress bars in a GUI or web interface
- you need async-aware progress tracking out of the box

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools, cli
- domain: developer-tools
- platform: python, cli, cross-platform
- tags: progress-bar, spinner, terminal-output, command-line

## Member repositories
- verigak/progress (main) score 45

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:42.414147+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:09.391683+00:00, confidence not recorded.
  - readme: https://github.com/verigak/progress (fetched 2026-08-28T04:04:42.414147+00:00, sha 4b7a15875dc6)
  - registry_pypi: https://pypi.org/pypi/progress/json (fetched 2026-08-29T11:48:34.834409+00:00, sha 847af6bd80f7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
