CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
SECURITY.md
pyproject.toml
readme.md
src/qplot/__init__.py
src/qplot/__main__.py
src/qplot/cli.py
src/qplot/errors.py
src/qplot/inference.py
src/qplot/missing.py
src/qplot/models.py
src/qplot/selectors.py
src/qplot/tui.py
src/qplot/backends/__init__.py
src/qplot/backends/matplotlib_backend.py
src/qplot/loaders/__init__.py
src/qplot/loaders/delimited.py
src/qplot/loaders/excel.py
src/qplot/loaders/numpy.py
src/qplot/loaders/registry.py
src/qplot_cli.egg-info/PKG-INFO
src/qplot_cli.egg-info/SOURCES.txt
src/qplot_cli.egg-info/dependency_links.txt
src/qplot_cli.egg-info/entry_points.txt
src/qplot_cli.egg-info/requires.txt
src/qplot_cli.egg-info/top_level.txt
tests/conftest.py
tests/test_cli.py
tests/test_delimited_loader.py
tests/test_excel_loader.py
tests/test_inference.py
tests/test_loader_registry.py
tests/test_matplotlib_backend.py
tests/test_missing.py
tests/test_models.py
tests/test_numpy_loader.py
tests/test_selectors.py
tests/test_tui.py
tests/fixtures/comment_header.csv
tests/fixtures/comsol_export.csv
tests/fixtures/coordinates_xyz.csv
tests/fixtures/empty.csv
tests/fixtures/headerless.csv
tests/fixtures/invalid_y.csv
tests/fixtures/malformed.csv
tests/fixtures/missing_y.csv
tests/fixtures/multi_trace.tsv
tests/fixtures/no_numeric.csv
tests/fixtures/semicolon.csv
tests/fixtures/two_columns.csv