Metadata-Version: 2.1
Name: rosmontis
Version: 0.0.1
Summary: Create graph images with help of graphviz module
Author: Rick Wang
Author-email: yenhao0508@gmail.com
License: MIT
Keywords: graph,visualization,dot,render
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3

This module simplified the steps of creating a graph, where it adds the nodes and edges automatically from the inputed data structure to graphviz, creating the graph in one function call.
