.gitignore
.python-version
LICENSE
MANIFEST.in
README.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/test.yml
stt2vtt/__init__.py
stt2vtt/_core.py
stt2vtt/cli.py
stt2vtt/schemas.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/earth-expected.vtt
tests/test_data/earth-input.json
tests/test_data/jp-expected.vtt
tests/test_data/jp-input.json
tests/test_data/jp2-expected.vtt
tests/test_data/jp2-input.json
tests/test_data/street-expected.vtt
tests/test_data/street-input.json
tests/test_data/video2-expected.vtt
tests/test_data/video2-input.json
tests/test_data/video3-expected.vtt
tests/test_data/video3-input.json