Metadata-Version: 2.0
Name: dmn-python
Version: 0.1.4.1
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
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
Requires-Dist: lxml
Requires-Dist: graphviz
Requires-Dist: IPython
Requires-Dist: tabulate

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

