Metadata-Version: 2.4
Name: sigstore-models
Version: 0.0.3
Summary: Add your description here
Author: William Woodruff
Author-email: William Woodruff <william@astral.sh>
License-File: LICENSE
Requires-Dist: pydantic>=2.11.7
Requires-Dist: typing-extensions>=4.14.1
Requires-Python: >=3.9
Project-URL: Repository, https://github.com/astral-sh/sigstore-models
Description-Content-Type: text/markdown

# 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].

[protobuf-specs]: https://github.com/sigstore/protobuf-specs
[sigstore-python]: https://github.com/sigstore/sigstore-python
