Metadata-Version: 2.4
Name: sae-safety-sdk
Version: 0.1.0
Summary: Safety Envelope SDK for the Sovereign Autonomy Engine.
Author: Kevin Price
License: Proprietary
Project-URL: Homepage, https://example.com/sae-safety-sdk
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# SAE Safety SDK

Safety Envelope SDK for the Sovereign Autonomy Engine.

## Install

```bash
pip install sae-safety-sdk
from sae.safety.interface import SafetyEnvelope

safety = SafetyEnvelope()
result = safety.evaluate({"velocity": 0.5})
print(result)
Save + exit.

---

# 🎉 Safety SDK is now complete  
You can build it later with the rest of Wave 1:

```bash
python3 -m build
