sigstore-models0.0.6
sigstore-models0.0.6
Published
Pydantic based models for Sigstore's protobuf specifications
pip install sigstore-models
Package Downloads
Authors
Project URLs
Requires Python
>=3.10
sigstore-models
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.