Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DMN/FEEL in Python
#4
I have had a go at this. Currently just a repository (two actually) at github
https://github.com/russellmcdonell/pyDMNrules
Reads an Excel workbooks for the rules but need my implementation of S-FEEL
https://github.com/russellmcdonell/pySFeel
which has been implemented using the sly module (lex and yacc for Python).
I think that both repositories are public and would appreciate feedback.
If there's enough interest I'll try and turn them into pip installable modules and some documentation.
P.S. - this has been implemented using Python 3.8, but I suspect is should work with older version of Python 3. However it is definitely not Python 2 compatible (as sly is not Python 2 compatible).
Reply


Messages In This Thread
DMN/FEEL in Python - by CoolGuy - Mar-06-2019, 03:34 AM
RE: DMN/FEEL in Python - by Larz60+ - Mar-06-2019, 03:53 AM
RE: DMN/FEEL in Python - by CoolGuy - Mar-06-2019, 02:57 PM
RE: DMN/FEEL in Python - by russellmcdonell - Jan-14-2020, 12:49 PM
RE: DMN/FEEL in Python - by mengwong - Jun-01-2020, 10:57 AM
RE: DMN/FEEL in Python - by russellmcdonell - May-12-2021, 11:20 PM
RE: DMN/FEEL in Python - by russf - Jun-11-2020, 08:22 PM
RE: DMN/FEEL in Python - by russellmcdonell - Jul-06-2020, 11:20 PM
RE: DMN/FEEL in Python - by russellmcdonell - Aug-03-2022, 02:33 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020