sip

Tool to create Python bindings for C and C++ libraries

brewmacoslinux
Try with needOr install directly
Source

About

Tool to create Python bindings for C and C++ libraries

Commands

sip

Examples

Generate Python bindings from a SIP specification file$ sip -c . mymodule.sip
Create bindings with output to a specific directory$ sip -d output_dir -c output_dir module.sip
Display SIP version information$ sip -V