Metadata-Version: 2.3
Name: humangemlib
Version: 1.0.1
Summary: HumanGEMlib is a Python library to perform genome-scale analysis on HumanGEM
Project-URL: Homepage, https://github.com/matrixdex/diabetessubtype
Project-URL: Issues, https://github.com/matrixdex/diabetessubtype/issues
Author-email: Noorul Ali <manonthemoon13131@gmail.com>
License-File: LICENSE
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: cobra==0.29.0
Requires-Dist: importlib-resources==6.4.0
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.2
Requires-Dist: pyensembl==2.3.13
Description-Content-Type: text/markdown

HumanGEMlib is a Python library to perform genome-scale analysis on HumanGEM. Tested in Jupyter Notebook. 

See usage.ipynb on [GitHub](https://github.com/matrixdex/diabetessubtype).

```bash
pip install humangemlib
```

Dependencies:

- cobra==0.29.0
- importlib_resources==6.4.0
- numpy==1.26.4
- pandas==2.2.2
- pyensembl==2.3.13

## License

This project is released under the Creative Commons Zero license. See the [LICENSE](./LICENSE) file for more details.