[Cython] Generate headers in a given directory ?

Jonathan De Wachter dewachter.jonathan at gmail.com
Tue Jan 8 22:43:09 CET 2013


Is there a way to tell Cython to generate headers (*_api.h, *.h) in a given
directory ?

For example, my project structure is as follow:

myproject/
   --include/
   --src/

And I'd like my extensions located in src/ to generate their headers in
include/.

myproject/
   --include/
   ----- mymodule_api.h
   ----- mymodule.h
   --src/
   ----- mymodule.pyx

Thanks :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20130108/a79eab56/attachment.html>


More information about the cython-devel mailing list