Metadata-Version: 2.4
Name: stips-api-bridge
Version: 0.1.0
Summary: Standalone STIPS API communication library for Home Assistant integrations
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.9

# stips-api-bridge

Standalone Python communication library for STIPS cloud catalog APIs.

This package is extracted from the Home Assistant integration code to satisfy
Home Assistant dependency-transparency expectations for core integrations.

## Scope

- OAuth login for STIPS API
- Areas/devices/models catalog read helpers
- Catalog normalization and model enrichment helpers

## Usage

```python
from stips_api_bridge import StipsApiClient, async_fetch_catalog_devices
```
