.gitignore
.python-version
LICENSE
MANIFEST.in
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
src/__init__.py
src/cli.py
src/stt_to_vtt.py
stt2vtt.egg-info/PKG-INFO
stt2vtt.egg-info/SOURCES.txt
stt2vtt.egg-info/dependency_links.txt
stt2vtt.egg-info/entry_points.txt
stt2vtt.egg-info/requires.txt
stt2vtt.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_stt_to_vtt.py
tests/test_data/fast-whisper/earth-expected.vtt
tests/test_data/fast-whisper/earth-input.json
tests/test_data/fast-whisper/jp-expected.vtt
tests/test_data/fast-whisper/jp-input.json
tests/test_data/fast-whisper/street-expected.vtt
tests/test_data/fast-whisper/street-input.json