python-package-guide icon indicating copy to clipboard operation
python-package-guide copied to clipboard

python packaging: Help adding simple package with compiled steps to our repository

Open lwasser opened this issue 3 years ago • 1 comments

We'd like a simple example of a package built with compiled steps. if we can do this with hatch and plugins that would be ideal!

this might related to some of @ucodery other issues opened in our packaging guide so i'm going to move it there. but this issue originally was in the examplePy repo where i was testing various build front and back ends.

the goal of this will be to demonstrate a simple (ish) way to create a non pure python package. we can then build some content around best practices in the future. but the demo will be a great place to start.

lwasser avatar Jan 30 '23 23:01 lwasser

Note: in the examplePy repo i have an example of using pdm+meson-python. i'd like to create a version in our packaging guide using hatch. today i heard great things about hatch plugins.

lwasser avatar May 19 '24 22:05 lwasser

Simple extension package now lives at examples/extension-hatch/

ucodery avatar May 31 '24 20:05 ucodery

it's so so great that this is done!! yay!

lwasser avatar Jun 05 '24 21:06 lwasser