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
Mar 10, 2025 at 16:36
License
BSD 3-Clause
Total Downloads
330.1K
Supported Platforms
GitHub Repository
https://github.com/pybind/pybind11