ʃʈɑɲ
ʃʈɑɲ

Reputation: 2684

How can I use pyreverse in Eclipse?

I've installed Eclipse (latest stable) and integrated PyDev and PyLint succesfully. Now being a python noob I wonder if I could somehow get an UML sheme from within Eclipse to do some reverse engineering of existing python code.

Thanks for your time guys!

Upvotes: 1

Views: 1941

Answers (2)

ʃʈɑɲ
ʃʈɑɲ

Reputation: 2684

Due to lack of Eclipse + PyDev UML plugin I will try to create a basic plugin/custom command. (PyUML is both not active and working..)

Starting from here: http://www.vogella.com/tutorials/EclipseCommands/article.html
and here http://www.vogella.com/tutorials/EclipseCommandsAdvanced/article.html

Upvotes: 0

Barett
Barett

Reputation: 5948

I don't think that pylint includes a way to get at the pyreverse features from within eclipse. You can try getting the UML outside Eclipse, or another plugin like http://sourceforge.net/projects/eclipse-pyuml/

Upvotes: 1

Related Questions