Skip to content

Home

Introduction

sigstore is a Python tool for generating and verifying Sigstore signatures. You can use it to sign and verify Python package distributions, or anything else!

Features

Installing sigstore

python -m pip install sigstore

See installation for more detailed installation instructions or options.

Using sigstore

You can run sigstore as a standalone program, or via python -m:

sigstore --help
python -m sigstore --help

SLSA Provenance

This project emits a SLSA provenance on its release! This enables you to verify the integrity of the downloaded artifacts and ensured that the binary's code really comes from this source code.

To do so, please follow the instructions here.