pybind11

Package — PackagingPython 3.7+Intermediate

Seamless C++/Python interoperability for extension modules

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (header-only C++ library)
Install
pip install pybind11

Learn by Difficulty

Quick Example

python
# Install: pip install pybind11
import pybind11

# Basic pybind11 usage
print(f"Using pybind11")
# See documentation for detailed examples

pybind11 is a third-party package. Seamless C++/Python interoperability for extension modules. Install with: pip install pybind11

Try in Playground

Tags

packagepackagingdistributionbuild