Description
Hi there, I found this repo when I was deciding on how to port some C++ code to python.
I used to go the way via described in the cmake_example
, but after watching @henryiii 's talk from SciPy22 I thought about scikit_build_example
would be worth a try.
However, I find it quite hard to understand what the (minimum) necessary components are and how this example works, especially since new/unknown/fancy tools like nox and ruff are used.
For example in this file a beginner wonders if the imports from future
are necessary. Comments would be helpful there as well as in the CMakeLists.txt where one can not assume that beginners know where SKBUILD_PROJECT_NAME
etc. come from.
Please don't get me wrong, I appreciate this project. I just think it needs a bit more documentation to be really usable for a broader audience