pybind11
Seamless interoperability between C++11 and Python
Seamless interoperability between C++11 and Python
To install this package, run one of the following:
pybind11 is a header-only library that exposes C++ types in Python, allowing you to create Python bindings of existing C++ code. Its goals and syntax are similar to the excellend Boost.Python: to minimize boilderplate code in the traditional extension models by inferring type information using compile-time introspection.
Summary
Seamless interoperability between C++11 and Python
Last Updated
Aug 26, 2019 at 19:59
License
BSD 3-Clause
Total Downloads
129
Supported Platforms