pyDMNrules icon indicating copy to clipboard operation
pyDMNrules copied to clipboard

An implementation of DMN (Decision Model Notation) in Python

Results 3 pyDMNrules issues
Sort by recently updated
recently updated
newest added

I have as input an Excel workbook with my rules and I can load it with `DMN.load()`. I want to visualize the rules, but the DMN visualization tools such as...

Hi Russell! I was thinking about wrapping all *.xlsx files used for the examples in an examples folder to make the repository more organized and maintainable. Can I proceed?

Working with this package and python3.7 prints after reading a dmn file with readXML() and asking for a decision results in an error that the input variables are not part...