Metadata-Version: 2.1
Name: uta-gms-engine
Version: 0.0.22
Summary: Engine for UTA GMS method
Home-page: https://github.com/UTA-WESOME/uta-gms-engine
Author: Filip Marciniak
Author-email: filip.marciniak15@gmail.com
Project-URL: Bug Tracker, https://github.com/UTA-WESOME/uta-gms-engine/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pulp==2.7.0
Requires-Dist: xmcda==0.3
Requires-Dist: pydantic==2.4.2

# UTA GMS ENGINE

## Download

```commandline
pip install uta-gms-engine
```

```commandline
apt get install glpk-utils
```

## Develop

```commandline
pip install -r requirements.txt
```
