https://github.com/stavshamir/cython-c-wrapper
Simple example of wrapping a C library with Cython
https://github.com/stavshamir/cython-c-wrapper
c cython
Last synced: 4 months ago
JSON representation
Simple example of wrapping a C library with Cython
- Host: GitHub
- URL: https://github.com/stavshamir/cython-c-wrapper
- Owner: stavshamir
- Created: 2018-03-28T11:11:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T06:58:44.000Z (over 6 years ago)
- Last Synced: 2025-07-20T12:24:48.736Z (11 months ago)
- Topics: c, cython
- Language: Python
- Size: 2.93 KB
- Stars: 53
- Watchers: 1
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cython-c-wrapper
[Simple example of wrapping a C library with Cython](https://stavshamir.github.io/python/making-your-c-library-callable-from-python-by-wrapping-it-with-cython/).