MerrimanInd/drawpyo

Add ClassDiagram implementation

Open

#53 创建于 2025年2月7日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (49 fork)auto 404
diagramTypeenhancementhelp wanted

仓库指标

Star
 (410 star)
PR 合并指标
 (PR 指标待抓取)

描述

As a programmer, I want to be able to automatically create diagrams from a Python module that has its objects defined and annotated with pydantic. As much as reasonable, I'd want to comply with UML diagrams. This is already a stub implementation of ClassDiagram but it's going to take a lot more effort - because this is no preset ordering of classes, and there may/will be multiple dependencies, the positioning of classes on the page is going to be very different from e.g. a tree diagram.

贡献者指南