{"library":"sigstore-models","title":"sigstore-models","description":"Pydantic based models for Sigstore's protobuf specifications. Version 0.0.6 supports Python >=3.10. The library provides Pythonic data structures for Sigstore bundles, verifiable materials, and other sigstore artifacts. Currently in early active development with frequent releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install sigstore-models"],"cli":null},"imports":["from sigstore_models import Bundle","from sigstore_models import VerificationMaterial"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sigstore_models import Bundle\n\n# Load a bundle from a file (e.g., sigstore bundle JSON)\nimport json\nwith open('bundle.sigstore.json') as f:\n    data = json.load(f)\nbundle = Bundle.model_validate(data)\nprint(bundle.media_type)","lang":"python","description":"Load and validate a Sigstore bundle from a JSON file using the Pydantic model. Requires Python >=3.10.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}