freebsd-ports/devel/py-PYB11Generator/pkg-descr

4 lines
279 B
Text

PYB11Generator is a python based code generator that creates pybind11 code for
binding C++ libraries as extensions in Python. PYB11Generator parses input that
is very close to writing the desired interface in native python, turning this
into the corresponding pybind11 C++ code.