Comment on Want to call C from Python? Use DComments−marmaduke6yhttps://github.com/davidjamesca/ctypesgen/wikidoes this without needing a compiler, by parsing the header files and generating the ctypes wrappers−atilanevesOP6yThere's no way to parse headers without a compiler.
Comments
https://github.com/davidjamesca/ctypesgen/wiki
does this without needing a compiler, by parsing the header files and generating the ctypes wrappers
There's no way to parse headers without a compiler.