Metadata-Version: 2.0
Name: cobra
Version: 0.4.0a4
Summary: COBRApy is a package for constraints-based modeling of biological networks
Home-page: https://opencobra.github.io/cobrapy
Author: Daniel Robert Hyduke <danielhyduke@gmail.com>, Ali Ebrahim <aebrahim@ucsd.edu>
Author-email: danielhyduke@gmail.com
License: GPL v3.0+
Download-URL: https://pypi.python.org/pypi/cobra
Keywords: metabolism biology linear programming optimization flux balance analysis fba
Platform: GNU/Linux
Platform: Mac OS X >= 10.7
Platform: Microsoft Windows >= 7
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Dist: six
Provides-Extra: all
Requires-Dist: matplotlib; extra == 'all'
Requires-Dist: pandas; extra == 'all'
Requires-Dist: Cython (>=0.21); extra == 'all'
Requires-Dist: numpy (>=1.6); extra == 'all'
Requires-Dist: scipy (>=11.0); extra == 'all'
Requires-Dist: brewer2mpl; extra == 'all'
Requires-Dist: pymatbridge; extra == 'all'
Requires-Dist: python-libsbml-experimental; extra == 'all'
Provides-Extra: array
Requires-Dist: numpy (>=1.6); extra == 'array'
Requires-Dist: scipy (>=11.0); extra == 'array'
Provides-Extra: display
Requires-Dist: matplotlib; extra == 'display'
Requires-Dist: brewer2mpl; extra == 'display'
Requires-Dist: pandas; extra == 'display'
Provides-Extra: matlab
Requires-Dist: pymatbridge; extra == 'matlab'
Provides-Extra: sbml
Requires-Dist: python-libsbml-experimental; extra == 'sbml'

cobrapy
=======

COnstraint-Based Reconstruction and Analysis (COBRA) methods are widely used
for genome-scale modeling of metabolic networks in both prokaryotes and
eukaryotes. COBRApy is a constraint-based modeling package that is designed to
accomodate the biological complexity of the next generation of COBRA models and
provides access to commonly used COBRA methods, such as flux balance analysis,
flux variability analysis, and gene deletion analyses.

To install, please follow the [instructions](INSTALL.md).

The documentation is browseable online at
[readthedocs](https://cobrapy.readthedocs.org/en/latest/)
and can also be
[downloaded](https://readthedocs.org/projects/cobrapy/downloads/).

Please use the [Google Group](http://groups.google.com/group/cobra-pie) for
help. More information about opencobra is available at the
[website](http://opencobra.github.io/).

If you use cobrapy in a scientific publication, please cite
[doi:10.1186/1752-0509-7-74](http://dx.doi.org/doi:10.1186/1752-0509-7-74)

License
-------
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


