.editorconfig
.gitignore
CLAUDE.md
LICENSE
README.rst
pyproject.toml
trxasviewer.spec
.github/ISSUE_TEMPLATE.md
.github/workflows/autobuild.yml
.github/workflows/build-releases.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/superpowers/plans/2026-07-06-mvc-refactor.md
docs/superpowers/plans/2026-08-28-executable-release-builds.md
docs/superpowers/specs/2026-07-06-mvc-refactor-design.md
docs/superpowers/specs/2026-08-28-executable-release-builds-design.md
examples/analyze_trxas.py
packaging/entrypoint.py
packaging/icon.ico
packaging/icon.png
packaging/linux/AppRun
packaging/linux/build-appimage.sh
packaging/linux/trxasviewer.desktop
packaging/macos/entitlements.plist
packaging/macos/make_icns.sh
src/trxasviewer/__init__.py
src/trxasviewer/cli.py
src/trxasviewer.egg-info/PKG-INFO
src/trxasviewer.egg-info/SOURCES.txt
src/trxasviewer.egg-info/dependency_links.txt
src/trxasviewer.egg-info/entry_points.txt
src/trxasviewer.egg-info/requires.txt
src/trxasviewer.egg-info/top_level.txt
src/trxasviewer/core/__init__.py
src/trxasviewer/core/array_ops.py
src/trxasviewer/core/constants.py
src/trxasviewer/core/dataset.py
src/trxasviewer/core/file_io.py
src/trxasviewer/core/fitting.py
src/trxasviewer/core/graph.py
src/trxasviewer/core/io.py
src/trxasviewer/core/plot.py
src/trxasviewer/core/result.py
src/trxasviewer/core/utilities.py
src/trxasviewer/gui/__init__.py
src/trxasviewer/gui/control/__init__.py
src/trxasviewer/gui/control/viewer_controller.py
src/trxasviewer/gui/control/workers.py
src/trxasviewer/gui/model/__init__.py
src/trxasviewer/gui/model/viewer_model.py
src/trxasviewer/gui/view/__init__.py
src/trxasviewer/gui/view/generated_ui.py
src/trxasviewer/gui/view/pg_plot.py
src/trxasviewer/gui/view/viewer.ui
src/trxasviewer/gui/view/viewer_view.py
src/trxasviewer/gui/view/widgets.py
src/trxasviewer/modeling_gui/__init__.py
src/trxasviewer/modeling_gui/generated_modeling_ui.py
src/trxasviewer/modeling_gui/kinetics_optimizer.py
src/trxasviewer/modeling_gui/modeling.ui
src/trxasviewer/modeling_gui/trxas_modeling.py
tests/__init__.py
tests/conftest.py
tests/test_array_ops.py
tests/test_dataset.py
tests/test_fitting.py
tests/test_graph.py
tests/test_parsing.py
tests/test_result.py
tests/test_trxasviewer.py
tests/test_utilities.py
tests/test_viewer_controller.py
tests/packaging/__init__.py
tests/packaging/test_build_releases_workflow.py
tests/packaging/test_entrypoint.py
tests/packaging/test_icons.py
tests/packaging/test_linux_packaging.py
tests/packaging/test_macos_packaging.py
tests/packaging/test_trxasviewer_spec.py