Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niklasrosenstein/python-nr.io.graphviz
A simple utility for writing Graphviz files.
https://github.com/niklasrosenstein/python-nr.io.graphviz
Last synced: 4 days ago
JSON representation
A simple utility for writing Graphviz files.
- Host: GitHub
- URL: https://github.com/niklasrosenstein/python-nr.io.graphviz
- Owner: NiklasRosenstein
- License: other
- Created: 2022-07-23T14:40:40.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-08-06T11:38:19.000Z (over 2 years ago)
- Last Synced: 2024-10-08T15:41:48.077Z (about 1 month ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`__