Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 665 Bytes

File metadata and controls

23 lines (15 loc) · 665 Bytes

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.