Skip to content

Customized version of SDGraph in branch called "colors" (newbery)

License

Notifications You must be signed in to change notification settings

newbery/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

Customized version of SDGraph in branch called "colors" (newbery)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Makefile 1.4%