opencobra / cobra-component-models

Provide SQLAlchemy ORM and pydantic data models for SQL storage and serialization of COBRA components such as reactions, compounds, and compartments.

Home Page:https://cobra-component-models.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COBRA Component Models

Current PyPI Version

Supported Python Versions

Apache Software License Version 2.0

Code of Conduct

Travis CI

Codecov

Black

Documentation Status

Provide SQLAlchemy ORM and pydantic data models for SQL storage and serialization of COBRA components such as reactions, compounds, and compartments. They are loosely modeled after corresponding classes from the SBML Level 3 Version 2 specification. The data models are primarily intended for web services but other applications may benefit from these, too.

Install

It's as simple as:

pip install cobra-component-models

Usage

For now please take a look at the various class definitions and test cases to understand how to use the provided models.

  • Copyright © 2019, Moritz E. Beber.
  • Copyright © 2018-2019, Institute for Molecular Systems Biology, ETH Zurich.
  • Copyright © 2018-2019, Novo Nordisk Foundation Center for Biosustainability, Technical University of Denmark.
  • Free software distributed under the Apache Software License 2.0.
  • Parts of the included codebase are licensed under the MIT license.

About

Provide SQLAlchemy ORM and pydantic data models for SQL storage and serialization of COBRA components such as reactions, compounds, and compartments.

https://cobra-component-models.readthedocs.io/

License:Apache License 2.0


Languages

Language:Python 98.3%Language:Makefile 1.7%