Monday, October 08, 2012

Exploring Pyreverse UML

Installing pylint for python came with an extra package called pyreverse. This wonderful little package gave ability to create class diagrams from python code. Simply writing the following code produced the png files of class diagrams.

$pyreverse -o png * 

This would create png files which can be used for documentation as well as design review meeting. A very handy tool which won the day for us.