python-cffi-example
python-cffi-example copied to clipboard
A simple example Python + CFFI package (including testing, development, and packaging)
Results
1
python-cffi-example issues
Sort by
recently updated
recently updated
newest added
``` python ffi.set_source(..., runtime_library_dirs=[...], # Same as library_dirs but for runtime extra_compile_args=[...], # Extra unadultered args given to the compiler extra_link_args=[...], # Extra unadultered args given to the linker )...