Metadata-Version: 2.4
Name: intentproof
Version: 0.2.0
Summary: Python SDK for signed IntentProof execution events
Author: IntentProof
License: Apache-2.0
Project-URL: Homepage, https://intentproof.io
Project-URL: Repository, https://github.com/IntentProof/intentproof-sdk-python
Project-URL: Documentation, https://github.com/IntentProof/intentproof-sdk-python#readme
Project-URL: Issues, https://github.com/IntentProof/intentproof-sdk-python/issues
Keywords: intentproof,provenance,sdk
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: cryptography>=42.0.0
Requires-Dist: ulid-py>=1.1.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-cov>=5.0.0; extra == "dev"
Dynamic: license-file

# intentproof-sdk-python

Python SDK for emitting signed IntentProof execution events.

## Status

Early scaffolding repo for IntentProof's Python SDK. Tracks the
Node SDK's wrap()/exporter/outbox contract so a Python application
can emit and verify the same signed execution events.

## Development

```bash
pip install -e ".[dev]"
pytest
```

CI enforces at least 95% line coverage on `src/intentproof/` (see
`pyproject.toml` and `scripts/check-coverage.sh`).

## License

Apache License 2.0 (`LICENSE`).
