Re-packaged Cling C++ interpreter, used as the JIT backend for cppyy. Provides the C++ runtime and interpreter for cppyy's automatic Python-C++ bindings. Version 6.32.8, released on 2025-05-26. Release cadence follows cppyy releases.
pip install cppyy-clingVerified import paths — ran on the pinned version, not inferred.
Basic usage: import cppyy (which loads cppyy-cling backend), include a C++ header, and call C++ functions.
pip install cppyy-cling
Use 'import cppyy' and then use cppyy functions.
Use cppyy.cppdef('...') or pass -std=c++14 to cppyy.add_include_path via cppyy.load_library.