Metadata-Version: 2.1
Name: nodemodel
Version: 0.1.2
Summary: Generates and processes a graph based on a dictionary of functions, using the function names and their argument names to define the relationships.
Author-email: Krzysztof Pankow <kpankow@dinga.ai>
License: MIT
Project-URL: Homepage, https://github.com/krzysztof-pankow/nodemodel
Project-URL: Source, https://github.com/krzysztof-pankow/nodemodel
Keywords: graph,model,node,function,relationship
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: networkx >=3.1

# nodemodel
Generates and processes a graph based on a dictionary of functions, using the function names and their argument names to define the relationships.
