LICENSE
License.txt
MANIFEST.in
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
docs/api.rst
docs/conf.py
docs/development.rst
docs/index.rst
docs/usage.rst
src/whispa_app/__init__.py
src/whispa_app/batch.py
src/whispa_app/config.py
src/whispa_app/device.py
src/whispa_app/export.py
src/whispa_app/exporters.py
src/whispa_app/main.py
src/whispa_app/prefetch.py
src/whispa_app/realtime.py
src/whispa_app/run.py
src/whispa_app/telemetry.py
src/whispa_app/transcription.py
src/whispa_app/translation.py
src/whispa_app/utils.py
src/whispa_app.egg-info/PKG-INFO
src/whispa_app.egg-info/SOURCES.txt
src/whispa_app.egg-info/dependency_links.txt
src/whispa_app.egg-info/entry_points.txt
src/whispa_app.egg-info/requires.txt
src/whispa_app.egg-info/top_level.txt
src/whispa_app/assets/icon.bmp
src/whispa_app/assets/icon.ico
src/whispa_app/assets/icon.png
src/whispa_app/assets/wizard_image.bmp
src/whispa_app/assets/wizard_small.bmp
src/whispa_app/assets/installer/icon.bmp
src/whispa_app/assets/installer/icon.ico
src/whispa_app/assets/installer/icon.png
src/whispa_app/assets/installer/wizard_image.bmp
src/whispa_app/assets/installer/wizard_small.bmp
src/whispa_app/ui/__init__.py
src/whispa_app/ui/file_input.py
src/whispa_app/ui/header.py
src/whispa_app/ui/panels.py
src/whispa_app/ui/shortcuts.py
src/whispa_app/ui/theme.py
tests/__init__.py
tests/conftest.py
tests/test_telemetry.py
tests/test_transcription.py
tests/test_translation.py
tests/test_ui.py