Metadata-Version: 2.4
Name: robot-wrapper-sdk
Version: 0.1.0
Summary: Robot Platform API SDK
Author-email: GH Robot Platform Team <team@ghrobot.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24.1

# Robot Platform SDK (Python)

Official extensible Python SDK designed with `BasedPyright` strict type hints.
Provides both Synchronous (`httpx.Client`) and Asynchronous (`httpx.AsyncClient`) implementations.

## Installation
```sh
pip install robot-wrapper-sdk
```

See `docs/guide.md` and `examples/` for API patterns.
