Skip to content

Commit

Permalink
Add tap-pypistats (#1957)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Mar 6, 2025
1 parent d18761e commit 4594c7e
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 1 deletion.
1 change: 1 addition & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ extractors:
tap-purecloud: pathlight
tap-pxwebapi: storebrand
tap-pypi: airbyte
tap-pypistats: edgarrmondragon
tap-qls: hotgluexyz
tap-qonto: airbyte
tap-quaderno: nickleomartin
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-pypi/airbyte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- airbyte_protocol
- meltano_sdk
label: PyPI
logo_url: /assets/logos/extractors/pypi.png
logo_url: /assets/logos/extractors/pypi.svg
maintenance_status: beta
name: tap-pypi
namespace: tap_airbyte
Expand Down
23 changes: 23 additions & 0 deletions _data/meltano/extractors/tap-pypistats/edgarrmondragon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
capabilities: []
description: Analytics for PyPI packages
docs: https://pypistats.org/api/
domain_url: https://pypistats.org
keywords:
- python
- packaging
label: PyPI Stats
logo_url: /assets/logos/extractors/pypi.svg
maintenance_status: active
name: tap-pypistats
namespace: tap_pypistats
pip_url: git+https://github.com/edgarrmondragon/tap-pypistats.git
quality: silver
repo: https://github.com/edgarrmondragon/tap-pypistats
settings:
- description: Package names to fetch statistics for
kind: array
label: Packages
name: packages
settings_group_validation:
- - packages
variant: edgarrmondragon
Binary file removed static/assets/logos/extractors/pypi.png
Binary file not shown.
Loading

0 comments on commit 4594c7e

Please sign in to comment.