LICENSE
README.md
pyproject.toml
setup.cfg
mr_graph/__init__.py
mr_graph/graph.py
mr_graph/graphio.py
mr_graph/node.py
mr_graph/node_data_aggregator.py
mr_graph/node_data_class.py
mr_graph/node_data_tracker.py
mr_graph.egg-info/PKG-INFO
mr_graph.egg-info/SOURCES.txt
mr_graph.egg-info/dependency_links.txt
mr_graph.egg-info/requires.txt
mr_graph.egg-info/top_level.txt
mr_graph.egg-info/zip-safe
tests/test_datatypes.py
tests/test_fan_in_graphs.py
tests/test_fan_out_graphs.py
tests/test_graph_of_graphs.py
tests/test_input_ouput.py
tests/test_linear_graphs.py