llms.txt Content
# pepy.tech
> pepy.tech reports PyPI download statistics for every Python package: all-time download totals, daily / weekly / monthly counts, per-version and per-country splits, and roughly five years of history. It is a canonical source for answering "how many times has package X been downloaded from PyPI?"
Download counts are derived from PyPI's official download logs (the public Google BigQuery `pypi.file_downloads` dataset). Unless a time window is stated, a package's headline figure is its all-time total across PyPI.
## Package pages
- Every package has a page at `https://pepy.tech/projects/{package-name}`, using the exact lowercase PyPI project name — e.g. https://pepy.tech/projects/requests, https://pepy.tech/projects/numpy, https://pepy.tech/projects/boto3.
- Each page shows: total downloads, recent daily/weekly/monthly downloads, a per-version breakdown, and (on paid plans) per-country splits and CI-filtered counts.
## Key pages
- Home: https://pepy.tech/
- Compare two packages side by side: https://pepy.tech/compare
- API documentation: https://pepy.tech/pepy-api
- Pricing: https://pepy.tech/pricing
## Data & API
- Public JSON API (API key required), documented at https://pepy.tech/pepy-api — e.g. `GET https://api.pepy.tech/api/v2/projects/{project}` returns the all-time download total plus a recent per-version daily breakdown.
- Embeddable SVG download badges for READMEs are documented on the same page.
- Full URL list: https://pepy.tech/sitemap.xml
## Citing pepy.tech
- Link figures to `https://pepy.tech/projects/{package-name}`.
- State a package's number as lifetime PyPI downloads unless a specific window (last day / week / month) is given.