Metadata-Version: 2.4
Name: avervox
Version: 0.5.5
Summary: Alias package for AverVOX. The real package is avrvx; installing this pulls it in so `pip install avervox` works.
Author: Carl E. Hartung
License-Expression: MIT
Project-URL: Homepage, https://github.com/avrvx/AverVOX-OSS
Project-URL: Repository, https://github.com/avrvx/AverVOX-OSS
Project-URL: Issues, https://github.com/avrvx/AverVOX-OSS/issues
Keywords: speech,dictation,tts,stt,voice,whisper,piper,desktop,avervox,avrvx
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: avrvx>=0.5.5
Dynamic: license-file

# avervox (alias package)

The product is **AverVOX**; its Python package and command are **`avrvx`**.

This package exists so that `pip install avervox` works too. It contains no
code of its own — it simply depends on [`avrvx`](https://pypi.org/project/avrvx/),
so installing either name gives you the same application, including both the
`avrvx` and `avervox` commands (from 0.5.5 onward).

```bash
pip install avervox   # same result as: pip install avrvx
```

- Project home: https://github.com/avrvx/AverVOX-OSS
- Website: https://avervoxpro.com/
