Skip to content

python_graphs v1.0.0

Compare
Choose a tag to compare
@dbieber dbieber released this 12 Apr 14:35
· 15 commits to main since this release

v1.0.0

Initial public release of the python_graphs library.

Core features:

  • control flow graph generation
  • data flow analyses
  • program graph construction
  • cyclomatic complexity calculation
  • a solid test suite for all the above
  • visualizations using graphviz for each of the graph representations