Metadata-Version: 2.1
Name: GRLMerger
Version: 0.0.31
Summary: GRL Merger is a package that allows to merge two GRL models that are written in TGRL syntax into one GRL model.
Home-page: UNKNOWN
Author: Nadeen AlAmoudi
Author-email: <nadeenamoudi1@gmail.com>
License: UNKNOWN
Description: # GRL Merger
        This is a package used to merge two GRL models into one consolidated GRL model. The GRL models have to be written in a textual-GRL form (TGRL).
        
        ## Installation
        
        Run the following to install:
        
        ```python
        pip install GRLMerger
        ```
        
        
        ## Usage
        
        ```python
        from grlmerger import startGRLMerger
        
        # The input files must be in the same directory
        startGRLMerger('model_1.xgrl', 'model_2.xgrl')
        
        # It generates the input models in xlsx format, merged model in xgrl format, and conflict cases in xlsx format.
        
        
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
