sigstore

Codesigning and verification tool for Python packages using Sigstore

brewmacoslinux
Try with needOr install directly
Source

About

Codesigning tool for Python packages

Commands

sigstore

Examples

Sign a Python package with Sigstore$ sigstore sign dist/my_package-1.0.0-py3-none-any.whl
Verify the signature of a signed package$ sigstore verify dist/my_package-1.0.0-py3-none-any.whl
Sign a package using OIDC token authentication$ sigstore sign --identity user@example.com dist/my_package-1.0.0.tar.gz