![]() |
generate UML design from python code - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: General Coding Help (https://python-forum.io/forum-8.html) +--- Thread: generate UML design from python code (/thread-25680.html) |
generate UML design from python code - Phaze90 - Apr-07-2020 Hello, i am looking for a possibility to reverse engineer my code to have a class design / diagram. It helps to see the dependencies between the classes. Can you recommend some good tool for doing this? It should be free of cost / open license. Thank you. RE: generate UML design from python code - Larz60+ - Apr-08-2020 there are a bunch of packages related to UML. I haven't used any of them, but look for recently updated packages, and number of downloads as a rough guide. Newer items of course won't have any statistics, so you'll just have to try them out. https://pypi.org/search/?q=UML RE: generate UML design from python code - Phaze90 - Apr-13-2020 thanks, but i can't sort to number of downloads. This makes it hard to check them. I found pyreverse. I am still experimenting. However, if you recommend some other tool, please add here. Thanks! |