shadowmoose/Compare Binary against PyPi
Check binary release dates against PyPi package release dates.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | An authorized GitHub token. | yes | — |
| asset | The name of the asset to check against. | yes | — |
| owner | The owner of the target project. | no | "" |
| repo | The target project. | no | "" |
| packages | A comma-separated string of PyPi packages. Either use this, or "files". | no | "" |
| files | A comma-separated string of requirements.txt files. Either use this, or "packages". | no | "" |
Outputs
| name | description |
|---|---|
| release_tag | The latest release tag. |
| updated_packages | A comma-separated list of any packages that have been updated. |
| update_available | Returns "true" if the latest release binary predates a package update. |