Is there any plugin for generating UML diagrams from python code. I found one- pyUML. I have downloaded it from here, but how to install it to get it working with eclipse. And except this, are there any other options(plugins) which can generate UML diagrams from python code in eclipse?
Basically, I am interested in auto-generating UML diagrams from my python code. If its not possible with eclipse,then what are other possible options?
EDIT: I have gone through this link.