Skip to content

Repository files navigation

Python Data Dependency Graph

Purposes

  • read-after-write data dependency graph for variables
  • statement-level data dependency graph
  • Inter-procedural data dependency graph

Visualization

  • Install graphviz on your machine.
  • Install the python graphviz module using pip install graphviz.
  • Pass the relative path from the root directory of this project to the source code.

About

Data dependency graph for Python programs

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages