Skip to main content

๐Ÿ“ฆ pipdash

PyPI package download stats and metadata โ€” right in your terminal.

PyPI Version GitHub Stars Python Versions License


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

pipdash stats requests
๐Ÿ“ฆ requests  v2.34.2
   Python HTTP for Humans.
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  Last 24 hours      9.80k
  Last 7 days        65.00k
  Last 30 days       271.00k
  Last 90 days       813.00k
  Last 180 days      1.63M
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  โฌ‡  All-time Downloads   5.20M
โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€

  Python Versions
    3.12     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘  41%
    3.11     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘  28%
    3.10     โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  18%
    3.9      โ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   8%

  Platforms
    Linux    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘  62%
    Windows  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  22%
    macOS    โ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘  14%

โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€
  License          MIT
  Requires Python  >=3.10
  Total Versions   163
  First Released   2011-02-14
  Latest Release   v2.34.2  (2026-05-14)
  Repository       https://github.com/<owner>/<repo>

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

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pipdash-1.1.1.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pipdash-1.1.1-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

Details for the file pipdash-1.1.1.tar.gz.

File metadata

  • Download URL: pipdash-1.1.1.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for pipdash-1.1.1.tar.gz
Algorithm Hash digest
SHA256 61c5c35da976e1843403cebefc2c6d9c10ba1753b62a90d270e075111f2c4ec2
MD5 bc3fe114eca83d66cbcb3e6aedb40cc2
BLAKE2b-256 177a2f6cfd8569cc5e9979750ea0b4398c467b43b7cc252564b693319e4def1b

See more details on using hashes here.

File details

Details for the file pipdash-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: pipdash-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.10

File hashes

Hashes for pipdash-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e8362fb0d626f2503110bb704e8fdfc84704579490633f62fdeffeffdb782550
MD5 fbf053b54b07c631dc4bb667cac04b7d
BLAKE2b-256 f999a158668ab3b44400e2536222f2898c24e49f299638a3de1d803e6d72749f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page