0.7.1 release of #py2puml 🎉
Several improvements of the generated #PlantUML syntax:
- use the 'namespace' instructions to group and nested datastructure definitions, to illustrate the codebase structure
- complex compound types (like Dict[Tuple[str], List[SomeClasse]]) are handled
Py2puml is a #DocAsCode tool, which generates a class diagram from your #Python app codebase.
- try it out: https://pypi.org/project/py2puml/
- give some feedback (issues and ⭐ are appreciated 🙏): https://github.com/lucsorel/py2puml
#Python #DocAsCode #plantuml #py2puml
0.7.1 release of #py2puml 🎉
Several improvements of the generated #PlantUML syntax:
- use the 'namespace' instructions to group and nested datastructure definitions, to illustrate the codebase structure
- complex compound types (like Dict[Tuple[str], List[SomeClasse]]) are handled
Py2puml is a #DocAsCode tool, which generates a class diagram from your #Python app codebase.
- try it out: https://pypi.org/project/py2puml/
- give some feedback (issues and ⭐ are appreciated 🙏): https://github.com/lucsorel/py2puml
#Python #DocAsCode #plantuml #py2puml
Version 0.6.1 of #py2puml is released 🎉
This #Python library generates the class diagram of the data structures defined in your codebase. This new version handles class having digits in their names.
#DocAsCode helps documenting the codebase, understand and maintain with better insights.