Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 879 Bytes

File metadata and controls

36 lines (23 loc) · 879 Bytes

intentproof-sdk-python

CI

Python SDK for signing IntentProof execution events locally.

Use

  • wrap() / exporter / outbox aligned with the Node and Go SDKs
  • Ed25519 signing and canonical JSON
  • Local capture, signing, and bundle export

Install

pip install intentproof

Development:

pip install -e ".[dev]"
pytest

Golden vectors: intentproof-spec.

Support

GitHub Issues — see CONTRIBUTING.md. Security reports: security@intentproof.io or a private GitHub Security Advisory.

License

MIT — see LICENSE.