This is used to create a standalone module for Python. The module consists of libSBML and libSBML extensions for accepted/released SBML Level 3 packages.
Main Authors: Frank T. Bergmann, Sarah Keating, Ben Bornstein, Lucian P. Smith, Akiya Jouraku, and Michael Hucka.
Repository: https://github.com/sbmlteam/python-libsbml
Developers' discussion group: https://groups.google.com/forum/#!forum/libsbml-development
License: For full license information, please refer to the file ../LICENSE.txt for details.
Article citations are critical for us to be able to continue support for libSBML. If you use libSBML and you publish papers about your software, we ask that you please cite the libSBML paper:
- Benjamin J. Bornstein, Sarah M. Keating, Akira Jouraku, and Michael Hucka (2008) LibSBML: An API Library for SBML. Bioinformatics, 24(6):880–881, doi:10.1093/bioinformatics/btn051.
libSBML is a free, open-source programming library to help you read, write, manipulate, translate, and validate SBML files and data streams. It's not an application itself, but rather a library you embed in your own applications. The library supports all Levels and Versions of SBML, up to Level 3 Version 1 Core.
This repository contains code to generate a standalone Python module wrapping libSBML with a Python API. The API is the standard Python API implemented with the help of SWIG and provided in the libSBML distribution.
The libSBML library, and associated utilities such as this Python module, under active development by a distributed team. If you have any questions, please feel free to post or email on the (https://groups.google.com/forum/#!forum/libsbml-development) forum, or contact the libSBML Team directly.
Please see the file ../LICENSE.txt for copyright and license details.
Please visit SBML.org for more information about SBML (the Systems Biology Markup Language), as well as many resources for working with SBML.