Metadata-Version: 2.4
Name: rgtlib
Version: 1.1.4
Summary: A software tool for response analysis of graph networks.
Author-email: Dickson Owuor <owuordickson@gmail.com>, 	William Stephenson <willste@umich.edu>, Xiaoming Mao <maox@umich.edu>, Nicholas Kotov <kotov@umich.edu>
Maintainer-email: Dickson Owuor <owuordickson@gmail.com>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/owuordickson/response-gt
Project-URL: COMPASS, https://compass.engin.umich.edu/
Project-URL: Repository, https://github.com/owuordickson/response-gt.git
Project-URL: Bug Tracker, https://github.com/owuordickson/response-gt/issues
Project-URL: Changelog, https://github.com/owuordickson/response-gt/blob/main/CHANGELOG.md
Keywords: nano-particles,nano-structures,graph-theory
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==2.2.6
Requires-Dist: pandas==2.3.2
Requires-Dist: scipy==1.16.2
Requires-Dist: pillow~=11.3.0
Requires-Dist: PySide6==6.9.2
Requires-Dist: matplotlib~=3.10.6
Requires-Dist: opencv-python>=4.12.0
Requires-Dist: sgtlib==3.7.5
Dynamic: license-file

# ResponseGT
ResponseGT is a software that computes electrical/mechanical flow within a graph network.

## 1. Prerequisites
This software requires Python version 3.12. Install it from [here](https://www.python.org/downloads/).

## 2 Installation

The software can be installed via ```pip``` or ```Conda```.

### 2a. Install via pip

To install the software via ```pip```:

```bash
pip install rgtlib
```

### 2b. Install via Conda

To install the software via ```Conda```:

```bash
conda install -c conda-forge rgtlib
```

## 3. Usage

To run the GUI application, please follow these steps:

* Open a terminal application such as ```CMD``` and execute the following command:

```bash
ResponseGT
```
