PCCM is a Python library for generating C++ code from Python class definitions, enabling seamless interoperability between Python and C++. It is currently at version 0.4.16, with moderate release cadence targeting Python >=3.6.
pip install pccmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a PCCM class, add it to a builder, and generate C++ code.
Replace add_method with add_public_method (or add_private_method for private).
Write the returned string to a file manually if needed.
Replace add_property with add_getter_setter.
No dependency data recorded yet.