tap-pypistats

Singer Tap for the pypistats.org API


Keywords
meltano, pypistats, singer-io, singer-tap
License
Other
Install
pip install tap-pypistats==0.0.3

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 pip

pip install tap-pypistats

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