Metadata-Version: 2.4
Name: provetrail
Version: 0.0.1
Summary: Official verifier and tooling for the Provetrail standard (verifiable execution provenance). Reference implementation in progress.
Project-URL: Homepage, https://provetrail.org
Project-URL: Repository, https://github.com/ionalpha/provetrail
Project-URL: Issues, https://github.com/ionalpha/provetrail/issues
Author-email: Ion Alpha <contact@ionalpha.io>
License: Apache-2.0
Keywords: agents,attestation,audit,provenance,provetrail,transparency-log,verifiable-execution
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# provetrail

Official verifier and tooling for **Provetrail**, an open standard for verifiable execution provenance.

> **Status: placeholder (`0.0.x`).** The reference implementation is in progress. This package reserves the canonical name and points to the specification. It does not yet verify records.

## What Provetrail is

A portable, third-party-verifiable record of what an agent did, in what order, and under what governance, anchored to an append-only, tamper-evident event log.

- Specification and conformance suite: https://github.com/ionalpha/provetrail
- Project home: https://provetrail.org

## Install

```
pip install provetrail
```

## Status

When the cryptographic layer of the standard lands, this package will provide a verifier that checks Provetrail records across the structural, cryptographic, transparency, and governance tiers against the published conformance vectors. Until then it is a name reservation with a pointer to the standard.

## License

Apache-2.0. The specification prose is CC-BY-4.0. Provetrail is a trademark of Ion Alpha.
