Skip to main content

Crate weaveffi_gen_python

Crate weaveffi_gen_python 

Source
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 LanguageBackend; the shared driver bridges it into the generator pipeline.

Structsยง

PythonConfig
Per-target configuration for PythonGenerator.
PythonGenerator