fosslight / fosslight_dependency_scanner

FOSSLight Dependency Scanner
https://fosslight.org
Apache License 2.0
32 stars 20 forks source link

Add a feature that returns the graph image of the dependency libraries. #211

Open fhdufhdu opened 3 months ago

fhdufhdu commented 3 months ago

Describe the solution you'd like Ensure that the relationships between the returned dependencies are represented as a graph image.

Describe alternatives you've considered I plan to use the graph network library for the returned dependency list. An example of this is: python-igraph, NetworkX, graph-tool, rustworkX

Additional context I used library that is python-igraph