xennygrimmato / py-data-dependency-graph

Data dependency graph for Python programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%