coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
183 stars 51 forks source link

Build wheels for macOS and Windows #42

Closed edgarrmondragon closed 1 year ago

edgarrmondragon commented 1 year ago

The cibuildwheel project seems like a good option for this and seems easy enough to add to this repo.

What do you think?

If there's interest, I can start work on a PR 🙂

coleifer commented 1 year ago

Going to pass for now, thanks.

mihow commented 1 year ago

@edgarrmondragon would you be interested in starting a new fork? My colleagues really need a Windows version of this package so we can use the latest SQLite features on their systems. cibuildwheel seems like a great project.

edgarrmondragon commented 1 year ago

@mihow yeah, something like a pysqlite3-wheels package that just pulls this repo and builds all the right wheels should be good enough for a lot of folks. I might be able to give it a try on the weekend.

Dobatymo commented 1 year ago

Please have a look at my fork which builds wheels for all platforms using cibuildwheel. https://github.com/Dobatymo/pysqlite3 https://pypi.org/project/pysqlite3-wheels/

mihow commented 1 year ago

Awesome, thanks @Dobatymo I will test your fork.