freebsd-ports/devel/pyumlgraph/pkg-descr
Ying-Chieh Liao 73ac0e04c4 add pyumlgraph 0.1.10
Declarative Drawing of UML diagrams for Python
2004-03-15 03:25:03 +00:00

9 lines
465 B
Plaintext

PyUMLGraph is a Python debugger that produces UML diagrams by inspecting
running Python programs. The output is in Graphviz's dot language, and dot
can produce pictures in many popular formats, such as PNG, PDF, SVG, and
others. The UML diagrams can contain information about class inheritance
relationships, references to other classes, class methods and return types,
as well as class attributes and types.
WWW: http://www.zipcon.net/~adamf/software/PyUmlGraph/