A collection of Pythonizations for cppyy.
These mostly work around known limitations of cppyy or provide some reusable extensions such as Python pickling of C++ classes.
You can install this package with conda. Download and install Miniconda, then run
conda config --add channels conda-forge
conda create -n cppyy -c flatsurf cppyy cppyythonizations
conda activate cppyy
pip install cppyythonizations