python-pybind11: python-pybind11 (Seamless operability between C++11 and Python) python-pybind11: python-pybind11: pybind11 is a lightweight header-only library that exposes C++ types python-pybind11: in Python and vice versa, mainly to create Python bindings of python-pybind11: existing C++ code. Its goals and syntax are similar to the excellent python-pybind11: Boost.Python library by David Abrahams: to minimize boilerplate code python-pybind11: in traditional extension modules by inferring type information using python-pybind11: compile-time introspection. python-pybind11: python-pybind11: python-pybind11: