LICENSE
README.md
pyproject.toml
plotaviz/__init__.py
plotaviz/main.py
plotaviz.egg-info/PKG-INFO
plotaviz.egg-info/SOURCES.txt
plotaviz.egg-info/dependency_links.txt
plotaviz.egg-info/entry_points.txt
plotaviz.egg-info/requires.txt
plotaviz.egg-info/top_level.txt
plotaviz/core/__init__.py
plotaviz/core/analysis.py
plotaviz/core/codegen.py
plotaviz/core/errors.py
plotaviz/core/exporter.py
plotaviz/core/loader.py
plotaviz/core/plotter.py
plotaviz/core/preprocess.py
plotaviz/core/profiler.py
plotaviz/core/rules.yaml
plotaviz/core/selector.py
plotaviz/core/session.py
plotaviz/core/spec.py
plotaviz/core/llm/__init__.py
plotaviz/core/llm/anthropic.py
plotaviz/core/llm/base.py
plotaviz/core/llm/gemini.py
plotaviz/core/llm/ollama.py
plotaviz/core/llm/openai.py
plotaviz/ui/__init__.py
plotaviz/ui/export_dialog.py
plotaviz/ui/filter_panel.py
plotaviz/ui/interactive_view.py
plotaviz/ui/main_window.py
plotaviz/ui/nl_query_bar.py
plotaviz/ui/settings_dialog.py
plotaviz/ui/table_model.py
plotaviz/ui/type_override.py
plotaviz/ui/workers.py
tests/test_cli.py
tests/test_codegen.py
tests/test_llm.py
tests/test_loader.py
tests/test_plotter.py
tests/test_preprocess.py
tests/test_profiler.py
tests/test_selector.py
tests/test_session.py
tests/test_spec.py