While browsing the Python Package Index I came across a module that runs your Python program like a debugger and generates a UML graph. I thought it was pretty nifty and might be useful for documentation.

Here's a graph of WebKit.

http://www.digitalegroup.com/images/webkit.png


I had to add a try/except for it to handle _socketobject with no __dict__ and it didn't graph the classes for my application, but it could probably be made to do that easily.


http://www.python.org/pypi?:action=display&name=PyUMLGraph&version=0.1.2

To render the actual image, use dot from http://www.graphviz.org/. This software is really cool too :)






------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to