Metadata-Version: 2.1
Name: sbmlnetwork
Version: 0.5.10
Summary: A python api to work with libsbmlnetwork library
Home-page: https://github.com/adelhpour/SBMLNetwork
Author: Adel Heydarabadipour
Author-email: adelhp@uw.edu
Project-URL: Bug Tracker, https://github.com/adelhpour/SBMLNetwork/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: libsbmlnetwork>=0.5.10
Requires-Dist: networkinfotranslator>=0.5.10
Requires-Dist: pillow
Requires-Dist: matplotlib
Provides-Extra: all
Requires-Dist: tellurium; extra == "all"
Provides-Extra: tellurium
Requires-Dist: tellurium; extra == "tellurium"

# SBMLNetwork

SBMLNetwork is a python package designed to visualize and edit SBML model networks. It uses libsbmlnetwork package, which employs an embedded force-directed autolayout algorithm to create aesthetically pleasing networks and utilizes SBML Layout and Render packages to store and retrieve visualization information of models. With its drawing tool and its comprehensive command-line API, users can generate and modify graphical representations of their SBML models, save the visual information of their model to SBML files or strings, and export rendered figures of their model in PDF, PNG, and JPG formats.


