Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: Add missing executable, add new user_agent setting, use PyPI distribution in pip_url in tap-pypistats #1958

Merged
merged 3 commits into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ capabilities: []
description: Analytics for PyPI packages
docs: https://pypistats.org/api/
domain_url: https://pypistats.org
executable: tap-pypistats
keywords:
- python
- packaging
Expand All @@ -10,14 +11,18 @@ 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
pip_url: tap-pypistats
quality: silver
repo: https://github.com/edgarrmondragon/tap-pypistats
settings:
- description: Package names to fetch statistics for
kind: array
label: Packages
name: packages
- description: User Agent to make requests with
kind: string
label: User-Agent
name: user_agent
settings_group_validation:
- - packages
variant: edgarrmondragon
Loading