mathieumoalic/Python Package Version Check

Parses pyproject.toml, checks package index, and sets outputs to signal if a local version needs publishing.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the pyproject.toml to inspect.nopyproject.toml
indexHost name of the package index to check.nopypi.org
namedescription
current_version_existstrue if the version exists in the index.
package_versionVersion string extracted from pyproject.toml.
package_nameName of the package extracted from pyproject.toml.