python-rule-engine
python-rule-engine copied to clipboard
A rule engine where rules are defined in JSON format
Hello @santalvarez Thanks for your project that sounds really promising for me since it relies on the JSON Rules ecosystem. Is the project actively maintained and accepting PRs? I would...
How can I use list of dictionaries? ```python obj = { "id": "123", "sp1": { "k1": 1.0, "t1": [ { "tc": "intro", "t": "ty", "s": "p" }, { "tc": "ola",...
We are using json-rule-engine in our frontend, while json-rule-engine supports the Rule.event field with some for advance event handling feature, here in event we can add data in Rule.event.params but...
How would you recommend fetching the parts of the evaluated object that triggered a match? I want to be able to iterate over the results of a match and then...
You might be able to escape some of the weight of carrying around everything in JSON by transitioning to [jsonata](https://jsonata.org/). In your example, you use ``` rule = { "name":...
t's not possile to write a rule which checks on a condition on a node and it's sub-node together dynamically. Here is the example. I want to write a rule...