Skip to content

edgarrmondragon/tap-pypistats

Repository files navigation

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