Metadata-Version: 2.4
Name: PEtab-GUI
Version: 0.1.1
Summary: Graphical user interface for the PEtab format
Author-email: Paul Jonas Jost <jost.pauljonas@gmail.com>, "Frank T. Bergmann" <frank.thomas.bergmann@gmail.com>
Maintainer-email: Paul Jonas Jost <jost.pauljonas@gmail.com>, "Frank T. Bergmann" <frank.thomas.bergmann@gmail.com>
License: Copyright (c) 2025, Paul Jonas Jost
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
        
        3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
        
Project-URL: Repository, https://github.com/PaulJonasJost/PEtab_GUI
Project-URL: Issues, https://github.com/PaulJonasJost/PEtab_GUI/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# PEtabGUI

This is a graphical user interface to create parameter estimation problems. It is 
based on the [PEtab](https://petab.readthedocs.io/en/latest/#) format.

## Installation

To install the PEtabGUI, you can follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/PaulJonasJost/PEtab_GUI.git
```

2. Pip install the PEtab GUI:
```bash
pip install .
```
(Run this command line within the repository folder)


## Usage

To start the PEtab GUI, you can run the following command line:
```bash
PEtab_gui $PATH_TO_YOUR_MODEL
```
where `$PATH_TO_YOUR_MODEL` is an optional argument with a file path of your 
yaml-model file in case you want to work on an existing model. You can also leave this 
argument out to start from scratch.
