LICENSE
MANIFEST.in
README.md
config.template.yaml
pyproject.toml
requirements.txt
narractive/__init__.py
narractive/__main__.py
narractive/cli.py
narractive/config_schema.py
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
narractive/bridges/__init__.py
narractive/bridges/f5_tts_bridge.py
narractive/bridges/kokoro_bridge.py
narractive/bridges/xtts_bridge.py
narractive/core/__init__.py
narractive/core/app_automator.py
narractive/core/diagram_generator.py
narractive/core/filtermate_adapter.py
narractive/core/frame_capturer.py
narractive/core/narrator.py
narractive/core/obs_controller.py
narractive/core/pipeline_state.py
narractive/core/qgis_automator.py
narractive/core/qgis_bridge.py
narractive/core/qgis_controller.py
narractive/core/qgis_headless.py
narractive/core/qgis_hybrid.py
narractive/core/qgis_snapshot.py
narractive/core/report.py
narractive/core/subtitles.py
narractive/core/text_preprocessor.py
narractive/core/timeline.py
narractive/core/tts_base.py
narractive/core/video_assembler.py
narractive/diagrams/__init__.py
narractive/diagrams/i18n.py
narractive/diagrams/template.html
narractive/qgis_plugin/__init__.py
narractive/qgis_plugin/plugin_main.py
narractive/scripts/__init__.py
narractive/scripts/_recal_sidebar.py
narractive/scripts/calibrate.py
narractive/scripts/init_project.py
narractive/scripts/setup_obs.py
narractive/sequences/__init__.py
narractive/sequences/base.py
tests/test_cli.py
tests/test_cli_init.py
tests/test_config_schema.py
tests/test_diagram_generator.py
tests/test_filtermate_adapter.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