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

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

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.2.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.2-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipdash-1.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 640bd080900912ea21eb71d0ac485c0db3c0d89b82d176d796d9349dd362cbce
MD5 dc9bbe8fd74a2f3832ddf26866320995
BLAKE2b-256 e04abee2fa102d168a996475b407f152c2eda945540a44a84f8bf24475e68c4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipdash-1.1.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 02d5e22efd8eb98e3a46bb34388adbdcd4acc1593a5c8d1b68f935ea677f46c3
MD5 88908020c62b0a1f75a27177bbd8693a
BLAKE2b-256 cc951a51b2f315c495afa9a3001a34348f6f8ad80f106bbc1bbecc89faf889eb

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