Metadata-Version: 2.1
Name: nr.io.graphviz
Version: 0.1.0
Summary: 
License: MIT
Author: Unknown
Author-email: me@unknown.org
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# 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`__

