Skip to content

Python wrapper for Common Expression Language interpreter written in Rust.

Notifications You must be signed in to change notification settings

inikolaev/pycel

Repository files navigation

pycel

An example of a Python wrapper for Common Expression Language interpreter written in Rust.

Development

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

About

Python wrapper for Common Expression Language interpreter written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published