Metadata-Version: 2.1
Name: simplesbml
Version: 2.0.5
Summary: A simplified interface for constructing and accessing SBML docs. Version 2.0
Home-page: http://simplesbml.readthedocs.io/en/latest/
Author: Caroline Cannistra, Kyle Medley, Hebrert Sauro
Author-email: tellurium-discuss@googlegroups.com
License: MIT
Description:  <table style="width:100%">
          <tr>
            <td><img src="https://img.shields.io/badge/License-MIT-yellow.svg" /></td>
            <td><img alt="Read the Docs" src="https://img.shields.io/readthedocs/simplesbml"></td>
            <td><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/simplesbml"></td>
            <td><img alt="GitHub issues" src="https://img.shields.io/github/issues-raw/sys-bio/simplesbml"></td>
            <td><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/simplesbml"></td>
          </tr>
        </table> 
        
        # 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
        
        ## Versions: 
        
        The current version is 2.0.0. Compared to 1.2.x series, this adds 'get' functions to interrogate an existing SBML model.
        
        # How to install SimpleSBML
        
        SimpleSBML can be installed via pip:
        
        ```
        pip install simplesbml
        ```
        # Python version support
        
        SimpleSBML in theory supports Python versions 2.7, 3.3, 3.4, 3.5, and 3.6. It definitely supports Python 3.7 and most likely 3.8. 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.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
