Skip to content

fspot/cython-simple-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cython-simple-wrapper

This is an extremely simplified example of how-to-create a Cython wrapper for your C modules, in order to use them easily with python. Here I have a fibonacci function written in calcul.c, and I want to compile it (=> .so), write the cython wrapper, create a python module (=> .so too), import it and use it.

See http://ascii.io/a/1434 . (a little buggy)

About

how-to-create a Cython wrapper for your C modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published