{"library":"sigstore-protobuf-specs","title":"sigstore-protobuf-specs","description":"A library for serializing and deserializing Sigstore messages (e.g., Bundle, DSSE, Envelope). Published as a Python package at version 0.5.1, maintained by the Sigstore project. Requires Python >=3.8. Release cadence is irregular, tied to upstream protobuf spec changes.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install sigstore-protobuf-specs"],"cli":null},"imports":["from sigstore_protobuf_specs.dev.sigstore.bundle.v1 import Bundle","from sigstore_protobuf_specs.dev.sigstore.dsse import Envelope","from sigstore_protobuf_specs.dev.sigstore.common.v1 import HashAlgorithm"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sigstore_protobuf_specs.dev.sigstore.bundle.v1 import Bundle\n\n# Create an empty bundle\nbundle = Bundle()\nprint(bundle)\n","lang":"python","description":"Creates an empty Sigstore Bundle message using the official protobuf generated class.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}