trolldbois / ctypeslib

Generate python ctypes classes from C headers. Requires LLVM clang
http://trolldbois.blogspot.com/search?q=ctypeslib
MIT License
218 stars 61 forks source link

Does ctypeslib2 address the same concerns as ctypesgen? #103

Closed occoder closed 3 years ago

occoder commented 3 years ago

These two modules look alike. What's the difference? ctypesgen

trolldbois commented 3 years ago

Probably pretty similar. That other lib seems to be a pure python preprocessor instead of using llvm clsng.