maybe-hello-world/Python project version check

Compare Python package version from pyproject.toml and PyPI release and return true if local version is higher.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pyproject-pathlocation of pyproject fileyes./pyproject.toml
test-regexregex for testing whether destination is test.pypi.org or notno
namedescription
local_version_is_higherTrue if local version is higher than public version
local_versionLocal version of the package
public_versionPublic version of the package
is_testWhether destination is test.pypi.org or not