https://github.com/laggui/cython-example
Dummy project to get familiar with Cython to write Python wrappers for existing C/C++ librairies
https://github.com/laggui/cython-example
cython write-python-wrappers
Last synced: 3 months ago
JSON representation
Dummy project to get familiar with Cython to write Python wrappers for existing C/C++ librairies
- Host: GitHub
- URL: https://github.com/laggui/cython-example
- Owner: laggui
- License: mit
- Created: 2019-01-13T17:25:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-18T14:32:49.000Z (over 6 years ago)
- Last Synced: 2025-02-08T14:11:16.378Z (5 months ago)
- Topics: cython, write-python-wrappers
- Language: Jupyter Notebook
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cython-example
This is a dummy project/tutorial to get familiar with Cython to write Python wrappers for existing C/C++ code. I wanted to start out small before wrapping an existing camera API I am going to use in one of my future projects.
## Building the module
Build the module using `python setup.py build_ext --inplace`