Metadata-Version: 2.1
Name: computegraph
Version: 0.4.5
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,summerepi2
Author: David Shipman
Author-email: dshipman@gmail.com
Requires-Python: >=3.10.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: plotting
Requires-Dist: jax (>=0.4.28)
Requires-Dist: jaxlib (>=0.4.28,<0.5.0)
Requires-Dist: matplotlib (>=3.5.1) ; extra == "plotting"
Requires-Dist: networkx (>=3.3,<4.0)
Requires-Dist: plotly (>=5.6.0) ; extra == "plotting"
Requires-Dist: pygraphviz (>=1.8) ; (sys_platform == "linux") and (extra == "plotting")
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

