python-enzymeml

Library for reading / writing Enzyme ML documents


Keywords
csv, enzymeml, sbml
License
BSD-2-Clause
Install
pip install python-enzymeml==1.0.0

Documentation

python-enzymeml

Authors: Colin Halupczok and Jens Lohmann with contributions from Frank T. Bergmann
Repository: https://github.com/EnzymeML/python-enzymeml
Issue tracker: https://github.com/EnzymeML/python-enzymeml/issues
License: BSD 2 Clause – see the file LICENSE for details

This project hosts a python library for reading / writing documents encoded in EnzymeML format. This library is written in python, and is available in PyPi, so all you should need to do to install it, is to run:

pip install python-enzymleml

This library depends on the following libraries:

  • python-libcombine
  • python-libsbml
  • xlrd

Building the library

If you would like to build the library yourself, please first install the requirements using:

pip install -r requirements.txt

after that you should be able to directly use the functions from the enzymleml package.