Now learning how to package native binaries with my python code
#pyconus Now learning how to package native binaries with my python code
Self-replies
The name "*Scikit*-*build*-*core" *sends a pretty strong message that this is for building scikit. I'm not a scikit maintainer so other than watching 20 minutes of a talk I wouldn't have imagined that this is for building other code.
Showing off the thing I built using mypyc + cibuildwheels
These files:
https://github.com/matthewdeanmartin/untruncate_json/blob/main/setup.py
and
https://github.com/matthewdeanmartin/untruncate_json/blob/main/cibuildwheel.toml
and
https://github.com/matthewdeanmartin/untruncate_json/blob/main/pyproject.toml#L84
Based heavily on `black` that did the same (mypyc + cibuildwheels)