sigstore / protobuf-specs

Protocol Buffer specifications
Apache License 2.0
23 stars 29 forks source link

python: add a py.typed marker #287

Closed woodruffw closed 7 months ago

woodruffw commented 7 months ago

Per PEP 561: this is the standard way to indicate that a Python package contains its own type hints, which helps downstream consumers (like sigstore-python) typecheck its own usage of these APIs.

(It'd be nice to get this out ASAP, but not required -- we can do it whenever the next patch release comes up to keep the versions in sync here 🙂)