cel-python
cel-python copied to clipboard
Pure Python implementation of the Common Expression Language
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`,
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...
See https://peps.python.org/pep-0596/ This is deferred until after October 2025.
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...