Metadata-Version: 2.1
Name: sbmlplot
Version: 0.0.2
Summary: Visualize the network of SBML models
Home-page: https://github.com/adelhpour/sbmlplot
Author: Adel Heydarabadipour
Author-email: ad.heydarabadi@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: libsbne
Requires-Dist: matplotlib (>=3.4.0)
Requires-Dist: numpy
Requires-Dist: libsbml
Requires-Dist: webcolors

Sbmlplot is a python tool built on libSBNE, an API which can read or automatically generate, manipulate, and write SBML Layout and Redner information. Using either the already-included or auto-generated information about Layout and Render extensions of an SBML model, sbmlplot helps you render a static illustration of the biological network of the SBML model through matplotlib and generate a .json file containing the elements and styles information required to render a dynamic illustration of the biological network of the model through cytoscape.js.


