Metadata-Version: 2.4
Name: voiceterm
Version: 1.0.64
Summary: Python launcher for the VoiceTerm native CLI
Project-URL: Homepage, https://github.com/jguida941/voiceterm
Project-URL: Repository, https://github.com/jguida941/voiceterm
Project-URL: Issues, https://github.com/jguida941/voiceterm/issues
Author: VoiceTerm Maintainers
License: MIT
Keywords: claude,cli,codex,terminal,voice,whisper
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# VoiceTerm PyPI Package

This package installs a `voiceterm` launcher for Python environments.

On first run, the launcher bootstraps the native Rust CLI into:

- `~/.local/share/voiceterm/native/bin/voiceterm` (default)

It uses:

- `git clone` of the VoiceTerm repo
- `cargo install --path src --bin voiceterm`

## Runtime requirements

- `git`
- Rust toolchain (`cargo`, `rustc`)

If you already have the native binary elsewhere, set:

- `VOICETERM_NATIVE_BIN=/absolute/path/to/voiceterm`

To override the bootstrap install root:

- `VOICETERM_PY_NATIVE_ROOT=/custom/root`

To override the source repo URL:

- `VOICETERM_REPO_URL=https://github.com/jguida941/voiceterm`

