Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 pipdash

PyPI package download stats and metadata — right in your terminal.

PyPI Version GitHub Stars Python Versions License PyPI Downloads


No browser. No login. No config. One command.

pipdash stats package-name

For example:

pipdash 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

Install

pip install pipdash

Commands

pipdash stats <package-name>

Full 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 --zerotraffic

--zerotraffic

pipdash stats <package-name> --zerotraffic

Use 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.

pipdash info <package>

Package metadata, dependencies, and links — no download API call needed.

pipdash info flask
pipdash info fastapi --json

pipdash compare <pkg1> <pkg2> ...

Side-by-side stats comparison of multiple packages.

pipdash compare requests httpx aiohttp
pipdash compare django flask fastapi

Flags

Flag Description
--json Output raw JSON (works with all commands)
--help Show help
--version Show version

Data sources

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 -zerotraffic mode. Pepy’s richer project API requires an API key, so pipdash does not depend on one.


Why pipdash?

  • 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
  • pipdash wraps both into one clean command

Contributing

git clone https://github.com/bevinkatti/pipdash.git
cd pipdash
pip install -e ".[dev]"

Issues and PRs welcome.

License

MIT © Abhishek Bevinkatti

About

PyPI package download stats and metadata - right in your terminal. No browser, no login, one command.

Topics

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages