Python CMake buildtool for PyBind11
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 18k
- Forks
- 2.3k
- Avg merge
- 5d 17h
- Merged PRs (30d)
- 10
Description
Hi all,
I’ve been using PyBind11 for some time now (what a wonderful library, thank you all of you devs!!) and in conjunction developed a Python cmake-setuptools integration package, which works well with pybind11, and I'd love to hear some inputs from fellow pybind11 users as I'm still pretty green in Python.
Here are the links to the project:
pypi
github project main
pybind11 example
The fundamental idea which got me started this project is to build & install a pybind11 package with a single-line setup.py file with a properly configured CMake project. It forces you a little different dev flow (must rebuild the project after only editing a py file), but I think it offers great convenience and value for us, pybind11 users.
I'm afraid it's still in early stage (functional but minimally tested) and not yet well documented, but if interested, please head over there and check it out.
Thanks!
Kesh
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked PyPI package, GitHub project, and pybind-example. The issue does not identify a pybind11 file, test, or concrete change in this repository; it presents an external integration for feedback. A contribution would first need an agreed scope and repository entry point.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100