News

\nThe code takes a python dictionary representing a tree of hierarchically nested objects (see capability_map.py), which looks like this:\n\n\tcapability_map = {\n\t'Customer Travel Experience' : ...
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 ...
[code] pip3 install diagrams [/ code] Now that Diagrams is available in Python, I'm ready to write the code. Diagrams can draw configuration diagrams of AWS, GCP, Kubernetes, etc. This time ...