zeroSteiner / rule-engine

A lightweight, optionally typed expression language with a custom grammar for matching arbitrary Python objects.
https://zerosteiner.github.io/rule-engine/
BSD 3-Clause "New" or "Revised" License
455 stars 54 forks source link

Making it suitable to use with Django Framework as installable package would be great. #39

Closed ecedreamer closed 2 years ago

ecedreamer commented 2 years ago

Making it as a Django Rule and Context class may be model class so that they can be stored in a database table and fetched using ORM.

zeroSteiner commented 2 years ago

The rule text is just a string. What's preventing you from doing that now?