Singer tap for extracting data from the pypistats API.
See https://pypistats.org/api/.
Using pipx
pipx install tap-pypistats
pip install tap-pypistats
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.