An example of a Python wrapper for Common Expression Language interpreter written in Rust.
You would need to have Rust toolchain installed and Python virtual environment created and activated.
Otherwise maturin
will not be able to install the package,
# Create new virtual environment
pyenv virtualenv 3.11 pycel
# And activate it
pyenv activate
# Compile extension
maturin develop
# Run a test
python main.py