New dot graphs generation python lib

I just released my first library on PyPi. It can generate really customizable graphs with dot programming language.

This library can do anything, what can dot do, but you have additional features like Style object that can be constructed over time.

I’ve seen people generating dot code themselves for theirs project(and i did it too), so created this abstraction for more pythonic way to do that.

https://pypi.org/project/pygraphv/

github.com/farkon00/pygraphv/

I am not a python person, but have wondered if you considered using:
wasmerio/wasmer-python: :snake::spider_web: WebAssembly runtime for Python (github.com)
To wrap a wasm version of GraphViz?