Metadata-Version: 2.1
Name: graph-validations
Version: 0.2
Summary: Validations And Transformations For Schematic Editor Simple Graphs
Author: Balsa Bulatovic
Author-email: baki.b.2k02@gmail.com
License: MIT
Keywords: schematic editor validations
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Click
Requires-Dist: Typhoon-HIL-API

# Graph_Validations



Graph_Validations is package that contains 

functions for checking if Schematic Editor graphs contained in JSON file are built correctly



Graph_Validations is fully implemented in Python.



## Installation



You can use `pip` to install Graph_Validations:



```

$ pip install graph_validations

```



To verify that you have installed Graph_Validations correctly run the following command:



```

$ graph_validations

```



You should get output like this:



```

Usage: graph_validations [OPTIONS] COMMAND [ARGS]...        

                                                            

Options:                                                    

  --debug  Debug/trace output.                              

  --help   Show this message and exit.                      

                                                            

Commands:                                                   

  validate-graph   Checks if the given graph is valid.      

  validation-list  Lists all currently available validations

```



## Python versions



Tested with Python 3.7.4+
