Hacker News new | ask | show | jobs
by j88439h84 2282 days ago
I want diagrams of my modules and how things are connected, such as one that shows "types defined in foo.py are used in bar.py". While you're generating docs from code, might think about diagrams.
3 comments

Have you tried Pyreverse[1]? I used it for my Software Engineering course. From the documentation - Pyreverse analyses Python code and extracts UML class diagrams and package dependencies.

[1] https://www.logilab.org/blogentry/6883

I'm pretty sure Doxygen does that (http://doxygen.nl).I used to use it all the time, but I use Jazzy, these days, and Jazzy does not do it.
That's actually really dope, thanks! I bet we could do something there...