Metadata-Version: 2.1
Name: computegraph
Version: 0.3.1b2
Summary: computegraph is a tool for managing computational graphs using networkx
Home-page: https://github.com/monash-emu/computegraph
License: BSD-2-Clause
Keywords: graph,networkx,plotting,jax,summerepi
Author: David Shipman
Author-email: dshipman@gmail.com
Requires-Python: >=3.7.0,<3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: plotting
Requires-Dist: jax[cpu] (>=0.3.14,<0.4.0); sys_platform == "darwin"
Requires-Dist: jax[cpu] (>=0.3.14,<0.4.0); sys_platform == "linux"
Requires-Dist: matplotlib (>=3.5.1); extra == "plotting"
Requires-Dist: networkx (>=2.6.2)
Requires-Dist: numpy (>=1.20.3)
Requires-Dist: plotly (>=5.6.0); extra == "plotting"
Requires-Dist: pygraphviz (>=1.8); (sys_platform == "linux") and (extra == "plotting")
Requires-Dist: scipy (>1.7.3)
Project-URL: Documentation, https://github.com/monash-emu/computegraph
Project-URL: Repository, https://github.com/monash-emu/computegraph
Description-Content-Type: text/markdown

# computegraph
Tools for managing computation graphs based on dictionaries and networkx

