pyOpenSci / python-package-guide

Scientific Python package recommendations & guidance curated by pyOpenSci
https://www.pyopensci.org/python-package-guide/
Other
98 stars 53 forks source link

Expand section on packaging compiled extensions :) #422

Open sneakers-the-rat opened 2 days ago

sneakers-the-rat commented 2 days ago

Creating an issue to check interest/feasibility/etc. in expanding the section on packaging with compiled extensions!

There are a bunch of moving pieces here, and I don't think we can quite arrive at a single "best practices" because of the amount of variability inherent in the problem, but I think we can get a nice starting point and compile resources for further reading.

Sketching a few of the pieces that would need to be covered:

Midnighter commented 2 days ago

Definitely an interesting topic. I have a candidate package that can use good guidance, too.

sneakers-the-rat commented 2 days ago

My nefarious plan to slowly convince someone to help me write "rust for python ppl" with pyo3 as a gateway.....

Midnighter commented 2 days ago

I assume you would want to switch to pdm for managing a package with extensions?