py3-dependency-graph

A simple jedi based python3 dependency analysis tool


License
MIT
Install
pip install py3-dependency-graph==0.0.5

Documentation

Table of Contents

  1. What is this tool for?
  2. Usage
    1. Requirement
    2. Install the tool
    3. use case

What is this tool for?

This is just a simple python static dependency generate tool, It can help you generate the dependency graph find circular import.

Usage

Requirement

You will need the git and graphviz for the tool

apt-get update
apt-get install git graphviz graphviz-dev

Install the tool

pip install SDGraph

use case

SDGraph -f a.py -o dot -n output_name