sigstore-models 0.0.6


pip install sigstore-models

  Latest version

Released: Nov 26, 2025

Project Links

Meta
Author: William Woodruff
Requires Python: >=3.10

Classifiers

Development Status
  • 3 - Alpha

Intended Audience
  • Developers

Programming Language
  • Python :: 3

Typing
  • Typed

Framework
  • Pydantic :: 2

sigstore-models

PyPI - Version

Pydantic-based data models for Sigstore.

These models mirror the subset of the protobuf-specs that are used by the sigstore-python library.

Goals

  • Providing high-quality, type-safe data models to sigstore-python.
  • Matching Sigstore's (mostly protobuf influenced) JSON serialization format.

Anti-goals

  • Supporting protobuf serialization/deserialization.
  • Doing anything besides mirroring a subset of the types in protobuf-specs.

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
pydantic (>=2.12)
typing-extensions (>=4.14.1)