in-toto Python Reference Implementation

The Python reference implementation of in-toto provides tools and libraries for creating and verifying in-toto metadata. It includes the in-toto-run command for wrapping supply chain steps, in-toto-record for multi-command steps, and in-toto-verify for checking the full supply chain layout. This implementation serves as the canonical reference for the specification.

API entry from apis.yml

apis.yml Raw ↑
aid: in-toto:in-toto-python
name: in-toto Python Reference Implementation
description: The Python reference implementation of in-toto provides tools and libraries for creating
  and verifying in-toto metadata. It includes the in-toto-run command for wrapping supply chain steps,
  in-toto-record for multi-command steps, and in-toto-verify for checking the full supply chain layout.
  This implementation serves as the canonical reference for the specification.
humanURL: https://github.com/in-toto/in-toto
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
properties:
- type: Documentation
  url: https://in-toto.readthedocs.io/
- type: Getting Started
  url: https://in-toto.io/docs/getting-started/
- type: GitHubRepository
  url: https://github.com/in-toto/in-toto
tags:
- Python
- Reference Implementation
- SDK
- Supply Chain