Pure Python implementation of the Common Expression Language

cel cloud python3 rules-engine
1 Open Issue Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires standardizing the use of either `lark.Tree` or `Expression` objects consistently throughout the `celpy` Python library's codebase. This involves refactoring code to use a single representation for parsed CEL expressions, potentially moving the `Expression` definition to the `celparser` module for better organization.

Complexity: 4/5
enhancement good first issue

Pure Python implementation of the Common Expression Language

Python
#cel#cloud#python3#rules-engine