4c14de48a5
C++ code. Its goals and syntax are similar to the excellent Boost.Python library by David Abrahams: to minimize boilerplate code in traditional extension modules by inferring type information using compile-time introspection. WWW: https://github.com/wjakob/pybind11 PR: 214685 Submitted by: Yuri Victorovich <yuri@rawbw.com>
7 lines
339 B
Text
7 lines
339 B
Text
A lightweight header-only library to create Python bindings of existing
|
|
C++ code. Its goals and syntax are similar to the excellent Boost.Python
|
|
library by David Abrahams: to minimize boilerplate code in traditional
|
|
extension modules by inferring type information using compile-time
|
|
introspection.
|
|
|
|
WWW: https://github.com/wjakob/pybind11
|