Metadata-Version: 2.1
Name: computegraph
Version: 0.1.1
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
Author: David Shipman
Author-email: dshipman@gmail.com
Requires-Python: >=3.7.1,<=3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: networkx (>=2.6.2)
Requires-Dist: numpy (>=1.20.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

