in-toto-attestation0.9.3
in-toto-attestation0.9.3
Published
Python bindings for the in-toto Attestation Framework
pip install in-toto-attestation
Package Downloads
Authors
Project URLs
Requires Python
~=3.7
Python implementation of in-toto attestations
This package contains Python bindings for in-toto/attestation. Its contents are autogenerated using protobuf definitions.
For more information, see the in-toto Attestation Framework.
Usage
Install via pip install in-toto-attestation
.
The Python bindings for the attestation layers and predicates are provided in
the in_toto_attestation.v1
and in_toto_attestation.predicates
packages,
respectively. Please note that our package names use the term "attestation"
in the singular.
Testing
See the testing docs for info and instructions for testing this implementation.
Versioning
At the moment, this library is versioned <1.0 as we work towards stabilizing the protobuf definitions and the available predicates.