Metadata-Version: 2.4
Name: embodiment-card
Version: 0.1.0
Summary: Structured embodiment cards for robot datasets and VLA releases.
Author-email: AuraOne <opensource@auraone.ai>
License-Expression: MIT
Keywords: robotics,datasets,vla,metadata,huggingface
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# embodiment-card

`embodiment-card` validates and renders structured cards for robot datasets and
VLA model releases. Cards capture robot morphology, sensors, cameras, action
space, coordinate frames, control frequency, teleoperation method, environment
assumptions, safety boundaries, and known dataset limitations.

## Quick start

```bash
python -m pip install -e .
embodiment-card validate examples/mock_so101_card.json
embodiment-card render examples/mock_so101_card.json --out card.md
```

The Markdown renderer can be pasted into Hugging Face dataset or model READMEs.
This standard complements `lerobot-quality-gates`, `robot-recovery-bench`, and
`vla-robustness-kit`.

