LICENSE
README.md
pyproject.toml
curvelab/__init__.py
curvelab/__main__.py
curvelab/analysis_tools.py
curvelab/app.py
curvelab/app_analysis_handlers.py
curvelab/app_data_tools.py
curvelab/app_fit_handlers.py
curvelab/app_menu.py
curvelab/app_plotting.py
curvelab/app_series.py
curvelab/app_workspace.py
curvelab/data_manager.py
curvelab/fit_manager.py
curvelab/logo.png
curvelab/logo.svg
curvelab/logo_small.png
curvelab/models.py
curvelab/notebook.py
curvelab/plot_manager.py
curvelab/preprocessing.py
curvelab/session.py
curvelab/ui_common.py
curvelab/ui_dialogs_analysis.py
curvelab/ui_dialogs_data.py
curvelab/ui_panels.py
curvelab/workspace.py
curvelab.egg-info/PKG-INFO
curvelab.egg-info/SOURCES.txt
curvelab.egg-info/dependency_links.txt
curvelab.egg-info/entry_points.txt
curvelab.egg-info/requires.txt
curvelab.egg-info/top_level.txt
tests/test_analysis_tools.py
tests/test_curvelab_regressions.py
tests/test_data_manager.py
tests/test_fit_and_preprocessing.py
tests/test_fit_manager_analysis.py
tests/test_gui_integration.py
tests/test_regression_fixes.py