willwiz / hpp2cythonparser

parses c++ headers and create a cython header with importable functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hpp2cythonparser

Converts a .hpp file to a .pxd file, simplifying the use of c++ in cython. C++ functions and classes can be directly imported from the Cython .pxd header and only an cython interface to the C++ function is needed, resulting in less retyping.

This version will skip all template classes, functions, and functions with template argument. I may consider implementing in the future.

For help, see

hpp2cython -h

About

parses c++ headers and create a cython header with importable functions

License:Other


Languages

Language:Python 100.0%