lnxpy/pypi chart badge
PyPI package chart badge generator action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 11, 2026
- License
- MIT
Pinned Snippet
uses: lnxpy/pypi-chart-badge@d44594a0995ffd6fa35c08753f9331468fdfc9b6 # v1.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | The GitHub auth token | yes | ${{ github.token }} |
| repository | The repository name in the form of "<owner>/<repo>" | yes | ${{ github.repository }} |
| package_name | The package name | yes | — |
| badge_width | Badge width size | — | 60 |
| badge_height | Badge height size | — | 20 |
| badge_color | The plot line color (HEX or CSS-valid names) | — | #4492F9 |
| badge_dark_color | The plot line dark color (HEX or CSS-valid names) | — | #4492F9 |
| days_limit | The amount of selected days | — | 15 |
| output_path | The badge file path directory | — | .pypi_chart/ |
| file_name | The badge file name | — | badge.svg |
Outputs
no outputs