Metadata-Version: 1.2
Name: dmn-python
Version: 0.1.4
Summary: Python library enabling importing and exporting a DMN model (as an XML file) and visualizating it.
Home-page: https://github.com/jan-klos/dmn-python
Author: Jan Klos
Author-email: janklos@protonmail.com
License: GNU GENERAL PUBLIC LICENSE
Description: Python library enabling importing and exporting a DMN model (as an XML file) and visualizating it.
        
        Project structure
        
        definitions - classes composing DMN model
        examples - examples of DMN models
        img - elements representation images needed for diagram visualisation
        tests
        DMNExport.py - class used to export DMN model as an XML file
        DMNImport.py - class used to import DMN model from an XML file
        DMNVisualisation.py - class providing functions to display diagrams and decision tables
Keywords: dmn,xml
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
