An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

New Repo: PYB11Generator


Home News

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.