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.

Comments

Popular posts from this blog

Linux Newbie : Why grep almost never yields something productive

Linux Newbie : Why I cannot use Latex like those gurus?

Twofolds Joy of using Ubuntu