# noamraph/tqdm

Add a progress meter to your loops in a second

Repository: https://github.com/noamraph/tqdm
Canonical: https://ross.abutalabs.com/products/noamraph-tqdm
Language: Python
License: MIT
License Family: permissive
Archived: true
Last push: 2023-11-30T11:34:56+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4694, "days_push": 1007, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2766, forks 98 (observed 2026-08-28T04:07:18.660084+00:00)

## What it is
tqdm is a Python library that adds a progress meter to any loop by simply wrapping an iterable with tqdm(iterator). This is the original repository, now superseded by the actively maintained tqdm/tqdm fork.

## Use cases
- show a progress bar for long-running python loops
- wrap an iterator to display iteration progress in the terminal
- track progress of file downloads or batch processing in scripts
- add a progress meter to data processing pipelines with one line of code

## When to choose
- you need a dead-simple, zero-dependency progress meter for Python loops
- you are maintaining legacy code that already imports this package

## When to avoid
- you are starting a new project - use the actively maintained tqdm/tqdm instead
- you need modern features like nested bars, GUI notebooks support, or async support

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools, cli
- domain: developer-tools
- platform: python, cross-platform, cli
- tags: progress-bar, iterator-wrapper, deprecated, terminal, command-line

## Member repositories
- noamraph/tqdm (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:18.660084+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-30T08:16:45.608251+00:00, confidence not recorded.
  - readme: https://github.com/noamraph/tqdm (fetched 2026-08-28T04:07:18.660084+00:00, sha db59f28232a6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
