Metadata-Version: 2.4
Name: sonnetics
Version: 0.0.1b2
Summary: Wake-word inference for Python. High-level API over sonnetics-core.
License: Apache-2.0
License-File: LICENSE
License-File: NOTICE
Requires-Python: >=3.9
Requires-Dist: httpx>=0.27
Requires-Dist: sonnetics-core>=0.0.1b7
Requires-Dist: sounddevice>=0.4
Provides-Extra: dev
Description-Content-Type: text/markdown

# sonnetics-py

Wake-word inference for Python. High-level API over [sonnetics-core](https://github.com/sonnetics/sonnetics-core).

## Installation

### With uv

```bash
uv add sonnetics
```

### With pip

```bash
pip install sonnetics
```

### Ussage

See [examples](examples/)

## License

Apache-2.0
