News

py2puml produces a class diagram PlantUML script representing classes properties (static and instance attributes) and their relations (composition and inheritance relationships). To sum it up, use at ...
Describe the bug In a Python project, the class hierarchy overview shows a wrong inheritance graph, if the Python built-in class abc.ABC (abstract base classes) is used as the root. Some seemingly ...