</>PackageGraphPackageGraph

tqdm

PyPIv4.70.0

Fast, Extensible Progress Meter

Safe to adopt

Yes — tqdm scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 44 days ago. 13 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 44 days ago. 13 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Pulls in 1 transitive package, about 103 KB installed.

  • BSupply chain: grade B, Good.

    This package lists no maintainer.

  • ALicense: grade A, Excellent.

    MPL-2.0 AND MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding tqdm to a project.

1
Direct dependencies

Runtime packages this one declares itself.

1
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

103 KB
Install size

Unpacked size of this package plus its entire runtime tree.

1
Tree depth

Longest resolved dependency chain below this package.

Compatibility

Python
python >=3.8

Quick start

A usage example from the tqdm README.

code
Wrap ``tqdm()`` around any iterable:

.. code:: python

    from tqdm import tqdm
    from time import sleep

    text = ""
    for char in tqdm(["a", "b", "c", "d"]):
        sleep(0.25)
        text = text + char

``trange(i)`` is a special optimised instance of ``tqdm(range(i))``:
Example truncated — see the project README.

tqdm vs the alternatives

Packages solving a similar problem in the pypi ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
tqdmthis page02MPL-2.0 AND MIT1 month ago
wcwidth021 day ago
colorama051 day ago

Dependencies

Declared by tqdm v4.70.0. Runtime dependencies are installed with the package; dev dependencies are not.

Runtime (1)

Used by

Popular packages that depend on tqdm.

Relationship graph

Dependencies (left) and dependents (right) of tqdm.

coloramatransformershuggingface-hubtqdm
tqdm dependencies dependents

Frequently installed together

Release history

10 releases in the last two years, typically about 9 days apart.

Recent versions of tqdm
VersionPublishedSizeLicense
4.70.0latest1 month ago78 KBMPL-2.0 AND MIT
4.69.11 month ago660 KBMPL-2.0 AND MIT
4.69.01 month ago661 KBMPL-2.0 AND MIT
4.68.42 months ago661 KBMPL-2.0 AND MIT
4.68.32 months ago77 KBMPL-2.0 AND MIT
4.68.23 months ago77 KBMPL-2.0 AND MIT
4.68.13 months ago77 KBMPL-2.0 AND MIT
4.68.03 months ago76 KBMPL-2.0 AND MIT
4.67.37 months ago77 KBMPL-2.0 AND MIT
4.67.27 months ago77 KBMPL-2.0 AND MIT
4.67.11 year ago77 KBMPL-2.0 AND MIT
4.67.01 year ago77 KBMPL-2.0 AND MIT
4.66.61 year ago76 KBMPL-2.0 AND MIT
4.66.52 years ago77 KBMPL-2.0 AND MIT
4.66.42 years ago76 KBMPL-2.0 AND MIT

Overview

tqdm is an PyPI package that fast, Extensible Progress Meter. It has 2 known dependents in the graph. The latest version is 4.70.0, released under the MPL-2.0 AND MIT license.

Who should use it

Teams working in the PyPI ecosystem who need fast, Extensible Progress Meter and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.

Pros

  • Clear open-source license (MPL-2.0 AND MIT).
  • Lean dependency tree (1 direct dependencies).

Cons

  • No significant drawbacks detected from available metadata.

Auto-generated from collected registry metadata. No external claims are inferred.

Keywords

Frequently asked questions

Should I use tqdm?

Yes — tqdm scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 44 days ago. 13 releases in the last 2 years.

How do I install tqdm?

Run `pip install tqdm` to add tqdm to your PyPI project.

How many dependencies does tqdm have?

tqdm declares 1 direct dependency and pulls in 1 packages in total once its runtime tree is resolved totalling about 103 KB on disk.

What license is tqdm released under?

tqdm is distributed under the MPL-2.0 AND MIT license.

How popular is tqdm?

PyPI does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on tqdm.

Is tqdm still maintained?

The most recent release of tqdm (v4.70.0) was published 1 month ago.