Metadata-Version: 2.4
Name: rsynth
Version: 0.2.0
Summary: Verifiable Robot Execution SDK — sign payloads, anchor proofs on Base.
Project-URL: Homepage, https://rsynth.ai
Project-URL: Repository, https://github.com/rsynthlabs/sdk
Author: rsynth
License: MIT
Requires-Python: >=3.11
Requires-Dist: eth-account>=0.13.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: web3>=7.0.0
Provides-Extra: example
Requires-Dist: lerobot<0.5,>=0.4; extra == 'example'
Requires-Dist: numpy>=1.26; extra == 'example'
Provides-Extra: test
Requires-Dist: eth-tester[pyevm]>=0.12.0b1; extra == 'test'
Requires-Dist: numpy>=1.26; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# rsynth

python client for the rsynth verifiable robot execution sdk. sign payloads, anchor hashes on base, verify executions.

## install

dev install, pre-release:

```bash
pip install -e .
```

## schema

payload format and verification flow: [`../SCHEMA.md`](../SCHEMA.md).

## status

interfaces in place. implementation in progress.
