Quaff: Python-C++ bindings generator for CFFI

CFFI provides a light-weight interface to C code. C++ can be used in Python through CFFI by providing wrappers with C-linkage. However, that leads to extra maintenance and costs an additional indirection. Quaff automates the process and does not require wrappers: starting from C++ header files, it generates the necessary CFFI-based Python modules, calling C++ directly.

Contents:

Comments and bugs

Please report bugs or requests for improvement on the issue tracker.