Expand description
Python (ctypes) binding generator for WeaveFFI.
Emits a pip-installable package containing ctypes-based bindings and
.pyi type stubs over the C ABI. Async functions surface as
async def wrappers. Implements the Generator trait.
Structsยง
- Python
Config - Per-target configuration for
PythonGenerator. - Python
Generator