MANIFEST.in
README.md
pyproject.toml
subify/__init__.py
subify/__main__.py
subify/bootstrap.py
subify/cli.py
subify/commands.py
subify/doctor.py
subify/embed.py
subify/errors.py
subify/ffmpeg_utils.py
subify/models.py
subify/package.py
subify/pipeline.py
subify/shell.py
subify/srt_writer.py
subify/transcribe.py
subify/ui.py
telegram/__init__.py
telegram/__main__.py
telegram/bot.py
telegram/errors.py
telegram/handlers.py
telegram/ux.py
tests/test_bootstrap.py
tests/test_cli.py
tests/test_doctor.py
tests/test_embed.py
tests/test_ffmpeg_utils.py
tests/test_package.py
tests/test_pipeline.py
tests/test_samples_smoke.py
tests/test_shell.py
tests/test_srt_writer.py
tests/test_telegram.py
tests/test_transcribe.py