Skip to content

lmc2179/python-inheritance-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-inheritance-graph

Turn python modules/projects into inheritance graphs and visualize them.

import test_module
inheritance_graph_maker = python_inheritance_graph.InheritanceGraphMaker()
inheritance_graph_maker.add_module(test_module)
inheritance_graph = inheritance_graph_maker.build_graph()
python_inheritance_graph.draw(inheritance_graph)

ScreenShot

About

Turn python modules/projects into inheritance graphs and visualize them.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages