mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 22:36:51 -05:00
[PR #2101] [CLOSED] Add pybind11 #13032
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2101
Author: @lioulirong
Created: 7/9/2022
Status: ❌ Closed
Base:
master← Head:Add-pybind11📝 Commits (1)
47f75e8Add pybind11- A foreign function interface📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. (cite from the official doc)
Inspired by Boost.Python, but aim to resolve the complexity.
A very compact implementation. It's only composed of ~4K line without comments.
What's the difference between this Python project and similar ones?
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.