A simple jedi based python3 dependency analysis tool
Project description
Table of Contents
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SDGraph-0.0.5.tar.gz
(3.9 kB
view hashes)