---
title: "Integrity Python SDK"
description: "Track data provenance, asset lineage and computation integrity from Python."
source: "Integrity Python SDK"
---
`eqty_sdk` is the EQTY Integrity SDK for Python. It records what data went into a
computation, what came out, and who signed it, as statements you can export,
verify and register.

This site documents the current release. Older releases are still served at
[/latest/](/latest/) and under their version numbers.

Use the examples section for end-to-end workflows and the API reference for individual classes and functions. Installation guidance, minimum supported versions, and wheel runtime details are documented in the install guide.

See the [changelog](https://github.com/eqtylab/integrity-py/blob/main/CHANGELOG.md)
for notable SDK changes and [contributor instructions](https://github.com/eqtylab/integrity-py/blob/main/CONTRIBUTING.md)
for documenting PRs and preparing releases.