Skip to main content

๐Ÿ“ฆ pipdash

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

PyPI 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.0.tar.gz (12.1 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.0-py3-none-any.whl (11.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipdash-1.1.0.tar.gz
  • Upload date:
  • Size: 12.1 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.0.tar.gz
Algorithm Hash digest
SHA256 ad5428afc38d59e8bd3dcb97b140845d640e58de976259eb8a285a66dbc5ad4f
MD5 2d1d3eae8df4d33a6e7c2670bf2e68f9
BLAKE2b-256 22e9d2971d52b4fdc2f2f4e5e4e0aca74f4e6578eaea2ba43fcc9f1797bcb6f6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipdash-1.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4ae9f5033f8db523f1bb75f564435dd1b5d05545eb834839a807500431ba6b68
MD5 c27f7e5fc3694b0471d77d95380d6b49
BLAKE2b-256 ba7bd4e988931c6da7f63fbe9cc89c018a64d89c34f6756ac1ff0237776ae2e6

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