Singer tap for extracting data from the pypistats API.
See https://pypistats.org/api/.
Using pipx
pipx install tap-pypistatsUsing uv
uv tool install tap-pypistatsInstall tap-pypistats[pinned] to get a more stable dependency tree.
tap-pypistats -c config.json
-c, --config- Config file. See below for details.
| Name | Type | Description | Default |
|---|---|---|---|
| packages | array | List of packages to get stats for | [] |
{
"packages": ["requests"]
}- Christopher Flynn, for creating pypistats.org.