PyPI package download stats and metadata — right in your terminal.
No browser. No login. No config. One command.
pipdash stats package-namepipdash stats rich->>
Fetching stats for 'rich'...
📦 rich v15.0.0
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
──────────────────────────────────────────────────
Last 24 hours 14.90M
Last 7 days 122.32M
Last 30 days 614.61M
Last 90 days 1.84B
Last 180 days 3.31B
──────────────────────────────────────────────────
⬇ All-time Downloads 8.20G
──────────────────────────────────────────────────
Author Will McGugan
License MIT
Requires Python >=3.9.0
Total Versions 207
First Released 2019-11-10
Latest Release v15.0.0 (2026-04-12)
Repository https://github.com/Textualize/rich
pip install pipdashFull download statistics + metadata. Pepy is used where its public badge API exposes the same metric; PyPI Stats fills the remaining periods.
pipdash stats numpy
pipdash stats django --json # JSON output for scripting
pipdash stats rag-harness --zerotrafficpipdash stats <package-name> --zerotrafficUse one consistent PyPI Stats view for every download period. It excludes known mirror downloads and never inserts estimates. Periods unavailable because the package is too new are omitted.
Package metadata, dependencies, and links — no download API call needed.
pipdash info flask
pipdash info fastapi --jsonSide-by-side stats comparison of multiple packages.
pipdash compare requests httpx aiohttp
pipdash compare django flask fastapi| Flag | Description |
|---|---|
--json |
Output raw JSON (works with all commands) |
--help |
Show help |
--version |
Show version |
| Source | Data |
|---|---|
| pypi.org | Package metadata, versions, release dates |
| pypistats.org | 24h, rolling periods, Python version, OS, and the zero-traffic view |
| pepy.tech | All-time, 7-day, and 30-day counts via public badges |
No API key required. No sign-up. Completely free.
Note: Pepy’s public badge endpoints provide exact total, weekly, and monthly counts without an API key. PyPI Stats excludes known mirror downloads and is used for the remaining periods and the
-zerotrafficmode. Pepy’s richer project API requires an API key, so pipdash does not depend on one.
- Uses Pepy where its public badges expose the same metric, while keeping the rest of the period history available from PyPI Stats
- PyPI's own API gives no useful download stats
- pypistats.org has an API but no nice CLI
pipdashwraps both into one clean command
git clone https://github.com/bevinkatti/pipdash.git
cd pipdash
pip install -e ".[dev]"Issues and PRs welcome.
MIT © Abhishek Bevinkatti