Metadata-Version: 2.1
Name: scobra
Version: 1.0.1
Summary: Supplementary package for COBRApy
Home-page: https://github.com/mauriceccy/scobra
Author: Maurice Cheung
Author-email: maurice.cheung@yale-nus.edu.sg
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: cobra (>=0.16.0)
Requires-Dist: jupyter (>=1.0.0)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: matplotlib (>=2.1.1)
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: seaborn (>=0.8.1)
Requires-Dist: six (>=1.11.0)
Requires-Dist: openpyxl (>=2.6.4)
Requires-Dist: xlrd (>=1.0.0)
Requires-Dist: xlwt (>=1.3.0)

# scobra

scobra is a supplementary package for COBRApy designed by Maurice Cheung used by the Yale-NUS Computational and Systems Biology group. This version is specifically for Python 3.6 and above.

To install scobra, run this line:
```
pip install scobra
```


