UML tool for Python

A

Andre Meyer

Hy Pythoneers

Is there a UML tool that generates Python code? Maybe even
reverse-engineer the design from code?

Ideally it would integrate with Eclipse and PyDev. I have found ArgoUML
to be quite nice, but it lacks both of these features that I have
already suggested as new features. I doubt, however, that they will do
this given the fact that Eclipse has its own tool framework.

thanks for any hints
Andre
 
S

Stephen Waterbury

Andre said:
Hy Pythoneers

Is there a UML tool that generates Python code? Maybe even
reverse-engineer the design from code?

Ideally it would integrate with Eclipse and PyDev. I have found ArgoUML
to be quite nice, but it lacks both of these features that I have
already suggested as new features. I doubt, however, that they will do
this given the fact that Eclipse has its own tool framework.

If you're open to COTS, Object Domain can both forward- and
reverse-engineer Python code (it is written in Java). I've
used it successfully for relatively simple code, and it seems
to work well and be a reasonably well-designed tool.
http://www.objectdomain.com

I don't know of any other UML tool that has those features.

Also, amongst its features:
"Full Python source code for documentation and glossary
generation is included allowing customization and extension."
I haven't experimented with that, though.

Steve
 
Joined
Mar 13, 2008
Messages
2
Reaction score
0
UML Roundtrip Tool for Python

There is a UML Tool implemented as eclipse plugin that can

* create UML class diagrams
* read and write/modify Python Code (Roundtrip)
* does live validation to inform the user how the diagram will be transformed to code
* UML Views

It is located at

http://sourceforge.net/projects/eclipse-pyuml

Comments welcome!
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,124
Latest member
JuniorPell
Top