tap-pypistats

Singer tap for pypistats.org


Keywords
meltano, pypistats, singer-io, singer-tap
License
Apache-2.0
Install
pip install tap-pypistats==0.0.5

Documentation

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