Metadata-Version: 2.1
Name: cobra-utils
Version: 0.2.0
Summary: TBD
Home-page: UNKNOWN
Author: cobra_utils development team
Author-email: earmingol@eng.ucsd.edu
Maintainer: cobra_utils development team
Maintainer-email: earmingol@eng.ucsd.edu
License: BSD-3-Clause
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Requires-Dist: numpy (>=1.12.1)
Requires-Dist: pandas (>=0.23)
Requires-Dist: xlrd (>=1.1)
Requires-Dist: openpyxl (>=2.5)
Requires-Dist: cobra (>=0.13.4)
Requires-Dist: scikit-learn

# COBRA utils

This is a series of utilities to use together with [COBRApy](https://github.com/opencobra/cobrapy).
The goal of this tool is to make easier the usage of COBRApy.

## Installation

To install this package from a Unix OS, run:

```
pip install cobra-utils
```

To install this package from Windows, run:
```
python -m pip install cobra-utils
```

In case you downloaded the source code, run:

```
pip install -e .
```

## Examples
* [Loading a model and retrieving reactions information](./Example_Rxn_Information.ipynb)

