debugger that produces UML by inspecting running python programs
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.
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.
To install py27-umlgraph, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-umlgraph
To see what files were installed by py27-umlgraph, run:
port contents py27-umlgraph
To later upgrade py27-umlgraph, run:
sudo port selfupdate && sudo port upgrade py27-umlgraph
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.