Skip to content

Python package for building SBML models without needing to use libSBML.

Notifications You must be signed in to change notification settings

cyrillemidingoyi/simplesbml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplesbml

Thank you for downloading SimpleSBML! This package supports easy SBML model construction and editing.

The documentation can be found at: http://simplesbml.readthedocs.io/en/latest/

libSBML documentation: http://sbml.org/Software/libSBML/docs/python-api/index.html

SBML main page: http://sbml.org/Main_Page

How to install SimpleSBML

SimpleSBML can be installed via pip:

pip install simplesbml

Python version support

SimpleSBML supports Python versions 2.7, 3.3, 3.4, 3.5, and 3.6. SimpleSBML is a pure Python package, but relies on libSBML, which must be compiled for each supported version.

Help

You can go to the package documentation to read about the package's classes and methods. For an example of how to use sbmlModel() and writeCode(), look at 'example.py' in this folder. For other issues, report them at github.com/sys-bio/simplesbml/issues.

About

Python package for building SBML models without needing to use libSBML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.9%
  • Makefile 10.7%
  • Batchfile 10.4%