Simple python utility that scans source directories and produces a class graph as a
graphology JSON file (class_graph.json).
The output is consumable by sigma.js for rendering in the browser.
A class_graph.ipynb Jupyter notebook is written alongside the JSON. Open it and run
the cell to render the graph in-place with [ipysigma]:
pip install ipysigma networkx
jupyter lab class_graph.ipynbTip
Usage:
uvx --from git+ssh://git@github.com/Zerkath/project-graph-tool.git visualize-projectAt this time this project is meant for demonstration and occasional internal use. I do not intend to have others contribute to the setup.
Examples rendered using:
Past school project built on Java.

