Metadata-Version: 2.4
Name: the37lab_ampa_sdk
Version: 0.1.1772813088
Summary: Python SDK for the AMPA API
Author-email: the37lab <info@the37lab.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: requests

# AMPA SDK

This package exports the `PromptAPI` client used throughout AMPA. The consolidated consumer documentation lives in `../AMPA_SDK.md`, which covers installation, configuration, prompt/test helpers, and REST fallbacks.

## Local development
```bash
pip install -e .
pytest
```

## Links
- `../AMPA_SDK.md` – integration guide and usage examples
- `../AMPA.md` – platform overview and REST surface
