A library that displays source code dependencies i...
# general
c
A library that displays source code dependencies in 3D looks promising. Can you also create something similar to graph in pantsbuild as before? https://github.com/gabotechs/dep-tree
👀 1
f
thanks for sharing, might be worth taking a look! On the topic of the dependency graph exploration, I've recently extended the
dependencies
and
dependents
goals to produce JSON output which can be fed into a graph library such as
networkx
, see https://github.com/pantsbuild/pants/pull/20443 to learn more