ToucanToco / fastexcel

A Python wrapper around calamine
http://fastexcel.toucantoco.dev/
MIT License
102 stars 6 forks source link

feat(build): build abi3 wheels #187

Closed lukapeschke closed 7 months ago

lukapeschke commented 7 months ago

This simplifies our wheel build process by using the abi3 API.

https://pyo3.rs/v0.14.5/building_and_distribution#py_limited_apiabi3

It allows us to build only a single wheel per target OS/arch.

closes #168

lukapeschke commented 7 months ago

Good news: There's ansolutely no performance impact :tada:

before

before_abi3

after

after_abi3