Metadata-Version: 2.4
Name: servo-client
Version: 0.1.0
Summary: Public Servo SDK client for hosted robot model services
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: pydantic>=2

# servo-client

Public Servo SDK distribution.

This package installs the `servo` client and `servo_contracts` wire contracts only. It intentionally
does not include `servo_platform`, Modal app launchers, FastAPI routes, SQLAlchemy models, or other
private backend code.

```bash
pip install servo-client
```

```python
import servo
```
