reservoir-data/tap-pypistats · 文件
文件最后提交记录最后更新时间
README.md
tap-pypistats
Singer tap for extracting data from the pypistats API.
See https://pypistats.org/api/.
Installation
Using pipx
pipx install tap-pypistats
Using uv
uv tool install tap-pypistats
Pinned dependencies
Install tap-pypistats[pinned] to get a more stable dependency tree.
Usage
tap-pypistats -c config.json
-c, --config- Config file. See below for details.
Settings
| Name | Type | Description | Default |
|---|---|---|---|
| packages | array | List of packages to get stats for | [] |
Config example
{
"packages": ["requests"]
}
Acknowledgements
- Christopher Flynn, for creating pypistats.org.