LICENSE
MANIFEST.in
README.md
config.template.yaml
pyproject.toml
requirements.txt
narractive.egg-info/PKG-INFO
narractive.egg-info/SOURCES.txt
narractive.egg-info/dependency_links.txt
narractive.egg-info/entry_points.txt
narractive.egg-info/requires.txt
narractive.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_init.py
tests/test_config_schema.py
tests/test_diagram_generator.py
tests/test_frame_capturer.py
tests/test_i18n.py
tests/test_narrator.py
tests/test_obs_controller.py
tests/test_package.py
tests/test_sequences.py
tests/test_sprint3.py
tests/test_sprint4.py
tests/test_sprint5.py
tests/test_sprint6.py
tests/test_sprint7_hybrid.py
tests/test_subtitles.py
tests/test_text_preprocessor.py
tests/test_timeline.py
tests/test_video_assembler.py
video_automation/__init__.py
video_automation/__main__.py
video_automation/cli.py
video_automation/config_schema.py
video_automation/bridges/__init__.py
video_automation/bridges/f5_tts_bridge.py
video_automation/bridges/kokoro_bridge.py
video_automation/bridges/xtts_bridge.py
video_automation/core/__init__.py
video_automation/core/app_automator.py
video_automation/core/diagram_generator.py
video_automation/core/frame_capturer.py
video_automation/core/narrator.py
video_automation/core/obs_controller.py
video_automation/core/pipeline_state.py
video_automation/core/qgis_automator.py
video_automation/core/qgis_bridge.py
video_automation/core/qgis_controller.py
video_automation/core/qgis_headless.py
video_automation/core/qgis_hybrid.py
video_automation/core/qgis_snapshot.py
video_automation/core/report.py
video_automation/core/subtitles.py
video_automation/core/text_preprocessor.py
video_automation/core/timeline.py
video_automation/core/tts_base.py
video_automation/core/video_assembler.py
video_automation/diagrams/__init__.py
video_automation/diagrams/i18n.py
video_automation/diagrams/template.html
video_automation/qgis_plugin/__init__.py
video_automation/qgis_plugin/plugin_main.py
video_automation/scripts/__init__.py
video_automation/scripts/_recal_sidebar.py
video_automation/scripts/calibrate.py
video_automation/scripts/init_project.py
video_automation/scripts/setup_obs.py
video_automation/sequences/__init__.py
video_automation/sequences/base.py