tags:

views:

499

answers:

4

Are there any reverse-egineering UML tools for Python?

+1  A: 

pyUML may be what you are looking for. Although it is an Eclipse plugin for PyDev.

Decio Lira
+2  A: 

Sparx Enterprise Architect can reverse engineer Python code, at least according to the documentation. I've never tried it, so I don't know for certain.

John Saunders
+2  A: 

This looks good: http://www.andypatterns.com/index.php?cID=65

How about this? http://www.greenteapress.com/thinkpython/swampy/lumpy.html

S.Lott
I too would recommend PyNSource from AndyPatterns, as it is the most advanced in terms of code analysis. The GUI is very rough, not very usable IMHO.
Josip
A: 

now a days lots of tools has come up,

see the wiki_comparison

Tumbleweed