This is a python binding for wren-core. It uses PyO3 to build the required wheel for ibis-server.
After install casey/just, you can use the following command to build or test:
- Execute
just installto create Python venv and install dependencies. - Important: Before testing Python, you need to build the Rust package by running
just develop. - Use
just test-rsto test Rust only, andjust test-pyto test Python only. - Use
just testto test Rust and Python. - Execute
just buildto build the Python package. You can find the wheel in thetarget/wheels/directory.
Format via just format