Skip to content
/ cwrap Public

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

License

Notifications You must be signed in to change notification settings

equinor/cwrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages