squawk icon indicating copy to clipboard operation
squawk copied to clipboard

Build and publish wheels for python using maturin

Open tripcher opened this issue 3 years ago • 1 comments

Hey! I think that will be great if we can use squawk in python. For example, for integration with alembic. I would like to install squawk from pip pip install squawk and use it. it seems we can use maturin for building and publishing.

I can try to add maturin if you don't mind.

tripcher avatar Jan 06 '23 13:01 tripcher

yeah I'm down for adding it, I used npm because it was easiest to distribute binaries (all the npm does is run a install script which downloads the binaries from GitHub)

sbdchd avatar Jan 06 '23 23:01 sbdchd