Python bindings for the in-toto Attestation Framework
Project Links
Meta
Requires Python: ~=3.7
Classifiers
Development Status
- 4 - Beta
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Natural Language
- English
Operating System
- MacOS :: MacOS X
- POSIX
- POSIX :: Linux
Programming Language
- Python
- Python :: 3
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: Implementation :: CPython
Topic
- Security
- Software Development
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.