.pre-commit-config.yaml
.readthedocs.yaml
.zenodo.json
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/readme.md
docs/source/tutorial.rst
docs/source/_static/Application_Screenshot.png
docs/source/_static/SBML_Antimony_Editors.pdf
docs/source/_static/Table_View_PlotView.pdf
docs/source/_static/Table_View_withInfo.pdf
example/cond.tsv
example/data_matrix.csv
example/dose_response.csv
example/meas.tsv
example/obs.tsv
example/para.tsv
example/problem.yaml
example/sbml_model.xml
src/PEtab_GUI.egg-info/PKG-INFO
src/PEtab_GUI.egg-info/SOURCES.txt
src/PEtab_GUI.egg-info/dependency_links.txt
src/PEtab_GUI.egg-info/entry_points.txt
src/PEtab_GUI.egg-info/requires.txt
src/PEtab_GUI.egg-info/top_level.txt
src/petab_gui/C.py
src/petab_gui/__init__.py
src/petab_gui/__main__.py
src/petab_gui/app.py
src/petab_gui/commands.py
src/petab_gui/settings_manager.py
src/petab_gui/stylesheet.css
src/petab_gui/utils.py
src/petab_gui/assets/PEtab.png
src/petab_gui/controllers/__init__.py
src/petab_gui/controllers/default_handler.py
src/petab_gui/controllers/logger_controller.py
src/petab_gui/controllers/mother_controller.py
src/petab_gui/controllers/sbml_controller.py
src/petab_gui/controllers/table_controllers.py
src/petab_gui/controllers/utils.py
src/petab_gui/models/__init__.py
src/petab_gui/models/pandas_table_model.py
src/petab_gui/models/petab_model.py
src/petab_gui/models/sbml_model.py
src/petab_gui/models/tooltips.py
src/petab_gui/views/__init__.py
src/petab_gui/views/context_menu_mananger.py
src/petab_gui/views/find_replace_bar.py
src/petab_gui/views/logger.py
src/petab_gui/views/main_view.py
src/petab_gui/views/other_views.py
src/petab_gui/views/sbml_view.py
src/petab_gui/views/simple_plot_view.py
src/petab_gui/views/table_view.py
src/petab_gui/views/task_bar.py
src/petab_gui/views/utils.py
src/petab_gui/views/whats_this.py