equinor / cwrap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cwrap

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

Examples

See examples/

Installing

pip install cwrap

Running tests

Clone this repo and cd into it, then:

pip install -r requirements.txt
python -m pytest -v -s tests

About

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

License:Other


Languages

Language:Python 100.0%