|
||
---|---|---|
.changelog | ||
.github/workflows | ||
src/nr/io/graphviz | ||
tests | ||
.dmypy.json | ||
.flake8 | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
readme.md |
readme.md
nr.io.graphviz
A simple utility for writing Graphviz files.
API
class nr.io.graphviz.writer.GraphvizWriter(out: TextIO, indent: str = "\t")
function nr.io.graphviz.render.render(graphviz_code: str, format: str, algorithm: str = "dot") -> bytes
function nr.io.graphviz.render.render(graphviz_code: str, format: str, algorithm: str = "dot", output_file: Path) -> None