Skip to content

notch-interactive/python-grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Grapher

Generate diagrams from your Python classes and modules.

Requirements

  • Pygraphviz

Usage

from python_grapher import Grapher
graph = Grapher()
graph.draw_classes(["django.http.HttpResponse"])
print graph.template # the DOT code
graph.write_to_file("mygraph.png", "dot")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages