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 19 forks source link

Contributors-friendly README #124

Closed rgaudin closed 2 years ago

rgaudin commented 2 years ago

Refreshed README to welcome usage and contributions. Added a new download-zim invole command to download the binary release (or a nightly) so that newcomers can have a one-line command to setup & test the repo.

codecov[bot] commented 2 years ago

Codecov Report

Merging #124 (159089e) into master (5186278) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   97.83%   97.83%           
=======================================
  Files           1        1           
  Lines         416      416           
=======================================
  Hits          407      407           
  Misses          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5186278...159089e. Read the comment docs.

rgaudin commented 2 years ago

Merging it so it can be included in release as this is mostly harmless. We can fix the task later if required