News

This is some code for drawing a basic Visio diagram illustrating a set of hierarchically nested objects using Python. Currently it can only draw a hierarchy 3 levels deep, with a single root object, ...
Requirements: pipenv, Python 3.7. If you do not have Python 3.7 installed, consider using pyenv. After setting up, it integrates with pipenv allowing latter to ...
[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 ...