An open API service indexing awesome lists of open source software.

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

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`