Metadata-Version: 1.0
Name: PyUMLGraph
Version: 0.1.10
Summary: Generate UML graphs from running Python programs
Home-page: http://www.pobox.com/~adamf/software/PyUMLGraph/
Author: Adam Feuer
Author-email: adamf@pobox.com
License: http://www.pobox.com/~adamf/software/PyUMLGraph/COPYING.txt
Description: PyUMLGraph is a Python debugger that produces UML diagrams by
        inspecting running programs. The output is in Graphiz'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.
        
Platform: any
