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

Make ZIM creator compression algorithm configurable #64

Closed kelson42 closed 4 years ago

kelson42 commented 4 years ago

Latest git master head of the libzim allows to specify the compression algorithm in the ZIM creator constructor (optional). This is necessary to start to experiment with zstd compression. The python-libzim should be adapted to allow Python users to use this new feature.