cwrap

July 2, 2026 ยท View on GitHub

cwrap is a Python wrapper around C code, building upon ctypes.

Examples

See examples/

Installing

pip install cwrap

Running tests

git clone https://github.com/equinor/cwrap
cd cwrap
uv sync --all-groups
uv run pytest -sv tests