sigstore-protobuf-specs
A library for serializing and deserializing Sigstore messages
What it is and what it does
This package contains compiled Python protobuf message definitions for Sigstore, the open-source project for cryptographic artifact signing and verification. It provides the serialization and deserialization code needed to work with Sigstore's standard message formats, including support for cryptographic keys, signatures, and verification material. The package is built from `.proto` specifications and includes generated Python stubs using betterproto and pydantic for validation.
It is primarily a dependency for tools and libraries that integrate with the Sigstore ecosystem—such as clients that need to communicate with Sigstore services (Fulcio, Rekor) or applications that verify signed artifacts. The package supports modern Python versions (3.7 through 3.11) and is actively maintained by the Sigstore community, with ongoing work to support new post-quantum cryptography algorithms.
Use it for:
- Building Sigstore client libraries that need to serialize and deserialize signing requests and verification responses.
- Integrating artifact signing workflows into CI/CD pipelines that use Sigstore for supply-chain security.
- Implementing custom verification logic for Sigstore-signed artifacts in Python applications.
- Developing tools that interact with Sigstore services like Rekor (transparency log) or Fulcio (certificate authority).
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides Python protobuf message definitions and serialization code for Sigstore cryptographic signing and verification workflows.
Yes, if you are building or integrating with Sigstore tooling. This is a foundational dependency for any Python application that needs to work with Sigstore's message formats. Install friction is minimal and maintenance is active. No security vulnerabilities are known. If you are not working with Sigstore directly, you likely do not need this package.
Install
sigstore-protobuf-specs on PyPI
pip
pip install sigstore-protobuf-specsuv
uv add sigstore-protobuf-specspoetry
poetry add sigstore-protobuf-specsInstalling sigstore-protobuf-specs
Before you install
Low install friction with only two runtime dependencies (betterproto and pydantic). Actively maintained with a recent release on 2026-04-06 and last commit on 2026-08-10.
License in practice
Licensed under Apache Software License (permissive), allowing commercial and private use without restriction.
Quickstart
pip install sigstore-protobuf-specs
from sigstore_protobuf_specs.gen.python import sigstore_common
# Use protobuf message definitions for Sigstore workflows
Requires Python 3.8 or later; depends on betterproto and pydantic at runtime.
Verify before relying
- Whether the package is intended for end-user applications or primarily for Sigstore ecosystem tooling
- Performance characteristics when serializing/deserializing large message volumes
- Stability guarantees for the protobuf schema across minor version updates
Package facts
| License | not declared (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — betterproto, pydantic |
| Maintenance | actively maintained — 130 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 104,175/month — #12,764 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: sigstore_protobuf_specs-0.5.1-py3-none-any.whl
Tags
More Security packages
Provides Python bindings to the FreeDesktop.org…
permissive · top 1,000 on PyPI
msalMSAL for Python handles OAuth2 and OpenID…
permissive · top 1,000 on PyPI
joserfcjoserfc implements JOSE standards (JWS, JWE,…
permissive · top 1,000 on PyPI
AuthlibAuthlib provides a complete implementation of…
permissive · top 1,000 on PyPI
argon2-cffi-bindingsProvides low-level CFFI bindings to the…
permissive · top 1,000 on PyPI
adalADAL for Python authenticates applications with…
permissive · top 1,000 on PyPI
sigstoreSigstore is a Python tool for generating and…
permissive · top 5,000 on PyPI
sigstore-modelsProvides Pydantic-based data models that mirror…
unclear · top 15,000 on PyPI
opensearch-protobufsProvides pre-generated Python Protocol Buffer…
permissive · top 5,000 on PyPI
sentry-protosProvides protocol buffer and gRPC schema…
unclear · top 15,000 on PyPI
dbt-protosProvides Python Protocol Buffer bindings for…
permissive · top 1,000 on PyPI
hatch-protobufA Hatch build plugin that generates Python…
copyleft · top 15,000 on PyPI
proto-plusProto Plus wraps protocol buffers to provide…
permissive · top 1,000 on PyPI
substrait-protobufProvides Python protobuf bindings for the…
permissive · top 15,000 on PyPI
protobuf-pyGenerates well-typed, readable Python code from…
permissive · top 15,000 on PyPI
sigstore-rekor-typesProvides Python data models for Rekor's API…
permissive · top 5,000 on PyPI