Metadata-Version: 2.4
Name: voxing
Version: 0.1.0
Summary: Voice assistant TUI powered by local MLX models
Author: yeungadrian
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: MacOS
Requires-Dist: langdetect>=1.0.9
Requires-Dist: mlx-audio[tts]==0.3.1
Requires-Dist: mlx-lm>=0.30.5
Requires-Dist: pip>=26.0.1
Requires-Dist: pydantic-settings>=2.12.0
Requires-Dist: rich>=14.3.1
Requires-Dist: sounddevice>=0.5.3
Requires-Dist: textual>=7.5.0
Requires-Dist: typer>=0.23.1
Requires-Python: ==3.13.*
Project-URL: Homepage, https://github.com/yeungadrian/Voxing
Project-URL: Repository, https://github.com/yeungadrian/Voxing
Description-Content-Type: text/markdown

# Voxing
TUI for local voice / text assistant on macos

## Testing

Run the test suite:
```bash
uv run pytest
```

Update visual snapshots after UI changes:
```bash
uv run pytest --snapshot-update
```

TODO:
- Ability to run via `uvx voxing`?
