Metadata-Version: 2.1
Name: netplotlib
Version: 1.0.6
Summary: netplotlib: A simple package for visualizing reaction network models
Home-page: UNKNOWN
Author: Kiri Choi
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: tellurium (>=2.1.0)
Requires-Dist: networkx (>=2.1)
Requires-Dist: numpy (>=1.15.0)
Requires-Dist: scipy (>=0.19.0)
Requires-Dist: matplotlib (>=2.0.2)
Requires-Dist: libroadrunner (>=1.4.24)
Requires-Dist: antimony (>=2.9.4)
Requires-Dist: sympy (>=1.1.1)
Requires-Dist: tesbml (>=5.15.0)

netplotlib is a simple extension to NetworkX and matplotlib to draw reaction network diagrams from SBML or Antimony strings with ease. netplotlib also supports drawing weighted reaction network diagrams from an ensemble of models based on reaction frequency or user-supplied weights.


