annie444/Python Package Versioning Test
Compares the locally specified version in the pyproject.toml to the version available on the given index
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 | The (simple) package index to check. | no | https://pypi.org/simple |
| python-path | The path to the python interpreter to use | no | — |
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. |