mathieumoalic/Python Package Version Check
Parses pyproject.toml, checks package index, and sets outputs to signal if a local version needs publishing.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the pyproject.toml to inspect. | no | pyproject.toml |
| index | Host name of the package index to check. | no | pypi.org |
Outputs
| name | description |
|---|---|
| current_version_exists | true if the version exists in the index. |
| package_version | Version string extracted from pyproject.toml. |
| package_name | Name of the package extracted from pyproject.toml. |