This site is currently under development for the RSE-ops community.
Published:
Reading time: 1 min
PYB11Generator is a python based code generator that creates pybind11 code for binding C++ libraries as extensions in Python. The software parses input that is very close to writing the desired interface in native python, turning this into the corresponding pybind11 C++ code. PYB11Generator documentation is available.
Help improve its content by opening a Pull Request on GitHub.