Metadata-Version: 2.3
Name: unique-search-proxy-sdk
Version: 2026.26.0.dev0
Summary: Async HTTP client for the Unique Search Proxy API
Author: ThePhilAz
Author-email: ThePhilAz <rami.azouz@philico.com>
Requires-Dist: attrs>=24.3.0,<26
Requires-Dist: httpx>=0.28.0,<0.29.0
Requires-Dist: pydantic>=2.12.5,<3.0.0
Requires-Dist: unique-search-proxy-core>=2026.26.0.dev0,<2026.26.0rc0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# unique-search-proxy-sdk

Async HTTP client for the [Unique Search Proxy](https://github.com/unique-ag/ai) service.

```python
from unique_search_proxy_sdk import UniqueSearchProxyClient

async with UniqueSearchProxyClient("http://unique-search-proxy:2349") as client:
    health = await client.health()
```

Depends on `unique-search-proxy-core` for typed configuration models. Does not include the FastAPI server.
