Luc Sorel-Giffo
Luc Sorel-Giffo
I agree, code inspection hits several walls: 1. in some code bases, I saw some type annotations referring to types that are not imported "at the top of the files",...
Some downsides of relying only on AST parsing: 1. implementing `py2puml` features will be harder because AST parsing relies on the visitor pattern (see https://docs.python.org/3/library/ast.html#ast.NodeVisitor, https://www.mattlayman.com/blog/2018/decipher-python-ast/), which makes the "visiting"...
hi @robinzyb, thank you for reporting this issue. This error is due to declaring a static attribute using a forward reference and resolving it later at runtime: 1. declaration of...
hello @Paulo-99 Thank you fro reporting the issue. "type needs to be imported explicitely" is a generic error message that is raised by py2puml when it fails to "understand" the...
yes, this could be an interesting feature to add. Module-level docstrings could also be handled. However, docstrings can be rather verbose and including them in the resulting PlantUML diagram could...
Thank you @IllustratedMan-code for the example. Unfortunately, the link you provided does not lead to the UML diagram shown in the screenshot :disappointed: Would you have some time to rewrite...
unfortunately no; family issues are taking precedence over the priorities. I am sorry :/ but I am still aware of this use-case expected by several people. The workaround for now...
thank you @stvdb914 and @rianwouters for exchanging views about this issue. > There may be best practice but should the program not just work correctly for my one and only...
hi @Baukebrenninkmeijer > Has there been any previous work or thoughts on adding SQLAlchemy support? There has been no previous work or thoughts about supporting SQLAlchemy classes, only because I...
> I would love to help with this! Let me know if there is anything I can do. Hi @IllustratedMan-code, thank you for volunteering to help this issue move forward...