Metadata-Version: 2.1
Name: findCPcore
Version: 0.0.3
Summary: findCP core package
Home-page: https://github.com/findCP/findCPcore
Author: Alex Oarga
Author-email: alex718123@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cobra (==0.15.4)
Requires-Dist: depinfo
Requires-Dist: future
Requires-Dist: mpmath
Requires-Dist: numpy (>=1.13)
Requires-Dist: optlang (>=1.4.2)
Requires-Dist: pandas (>=0.17.0)
Requires-Dist: python-dateutil
Requires-Dist: python-libsbml
Requires-Dist: python-libsbml-experimental (==5.18.0)
Requires-Dist: pytz
Requires-Dist: ruamel.yaml (>=0.15)
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: swiglpk
Requires-Dist: sympy
Requires-Dist: tabulate
Requires-Dist: xlwt (==1.3.0six)

# findCPcore

[![Documentation Status](https://readthedocs.org/projects/findcpcore/badge/?version=latest&style=flat-square)](https://findcpcore.readthedocs.io/en/latest/?badge=latest)		
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

The documentation can be found at [readthedocs](https://findcpcore.readthedocs.io/en/latest/) and can also be [downloaded](https://findcpcore.readthedocs.io/_/downloads/en/latest/pdf/).

# Source
## Table of Contents
- [Install](#install)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Install

```sh
$ pip3 install findCPcore
```


## Maintainers

[@alexOarga](https://github.com/alexOarga)

## Contributing

Feel free to dive in! [Open an issue](https://github.com/findCP/findCPcore/issues) or submit PRs.

Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.

## License

[MIT](LICENSE) © Alex Oarga


