Navigation Menu

Skip to content

jam-world/py3_dependency_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published