A python library for BiGGr Models that facilitates using its API. It aims to make all of the information in the database available where it is most useful: directly in your python script, application, or cobrapy project.
This project is still very incomplete and only provides some basic functionality.
The library is only available through GitHub for now. Install it directly with pip:
pip install git+https://github.com/pascalaldo/biggr.git
Or clone and install locally:
git clone https://github.com/pascalaldo/biggr.git
cd biggr
pip install .
Python notebooks with example usages are available in the notebooks directory.
Documentation is available here.