cel-python icon indicating copy to clipboard operation
cel-python copied to clipboard

Pure Python implementation of the Common Expression Language

Results 45 cel-python issues
Sort by recently updated
recently updated
newest added

Hi there! Changed remaining info logs to debug after https://github.com/cloud-custodian/cel-python/pull/102 Related issue: https://github.com/cloud-custodian/cel-python/issues/46

Pick one and use it consistently. See `celpy/__init__.py` for the definition of the `Expression` type. If this is to be used throughout, move it to `celparser`,

enhancement
good first issue

I was surprised to find that a less-than comparison failed between an integer and a float, since I thought I had seen it work earlier. Sure enough, it works if...

bug

See https://peps.python.org/pep-0596/ This is deferred until after October 2025.

future

Would it be possible to create and publish the cel-python lib to conda or conda-forge, allowing it to be installed by conda ? I'm aware that you can do pip...

enhancement