Metadata-Version: 2.1
Name: indigopy-sriram-lab
Version: 0.1.0
Summary: The Python implementation of INDIGO
Project-URL: Homepage, https://github.com/sriram-lab/INDIGOpy
Project-URL: Lab website, https://systemsbiologylab.org
Author-email: Chandrasekaran Lab <csriram@umich.edu>
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

![alt text](https://github.com/sriram-lab/INDIGOpy/blob/main/docs/INDIGOpy_logo.png?raw=true)

# INDIGOpy
Implementation of INDIGO (INferring Drug Interactions using chemoGenomics and Orthology) as a Python package.

[![license badge](https://img.shields.io/badge/License-GNU%20GPL-blue)](https://github.com/sriram-lab/INDIGOpy/blob/main/LICENSE)
[![DOI badge](https://badgen.net/badge/DOI/10.15252%2Fmsb.20156777/blue)](https://doi.org/10.15252/msb.20156777)

# Installation 
Using pip:  

```
pip install -i https://test.pypi.org/simple/ indigopy
```

# User Guide
Please refer to the official [INDIGOpy documentation](https://sriram-lab-indigopy.readthedocs.io/en/latest/) for usage examples.  

# Repository structure: 
```
INDIGOpy
└───docs      [documentation and example usage]
└───indigopy  [source code]
└───tests     [testing modules]
|   INDIGOpy_logo.png
|   LICENSE
|   README.md
|   pyproject.toml
```

# License
Released via GPL GNU License  
&copy; 2022 The Regents of the University of Michigan  
Chandrasekaran Research Group - https://systemsbiologylab.org/  
Contact: csriram@umich.edu  
