Metadata-Version: 1.2
Name: symmathSBML
Version: 0.1.2
Summary: Symbolic mathematics for SBML Models.
Home-page: https://github.com/ModelEngineering/symmathSBML
Author: Joseph L. Hellerstein, Jin Liu
Author-email: jlheller@uw.edu
License: UNKNOWN
Description: # symmathSBML
        This package provides sympy symbolic mathematics for SBML models.
        
        ## Key Features
        * creating sympy Symbols for model species and parameters;
        * creating sympy expressions for the equations of the reaction network;
        * creating a symbolic Jacobian of the chemical species;
        * ability to substitute parameter and species values;
        * plot of the sensitivity of the Jacobian to changes in species values.
        
        ## Usage Example
        Look [here](https://github.com/ModelEngineering/symmathSBML/blob/master/notebooks/Illustrate-SymmathSBML.pdf) for a detailed use case.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
