openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 22 forks source link

musl support #177

Closed rgaudin closed 11 months ago

rgaudin commented 11 months ago

musl/alpine support is mostly in the libzim itself so this uses the latest nightly which now has musl support. This also adds support for the latest nightly and fixes musl detection in the download script.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6a7e19f) 93.12% compared to head (a0c335e) 93.12%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #177 +/- ## ======================================= Coverage 93.12% 93.12% ======================================= Files 1 1 Lines 480 480 ======================================= Hits 447 447 Misses 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rgaudin commented 11 months ago

Actually I never used it anywhere before but was told android people do it and it's convenient for pylibzim PRs in-between libzim PRs