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

Iterate over all articles efficiently #83

Closed opk12 closed 3 years ago

opk12 commented 3 years ago

Issue #300 and PR #301 added support to iterate over all articles in the order they are stored in the file, for performance reasons. How to use it through the python bindings?

kelson42 commented 3 years ago

I guess this is this which is meant https://github.com/openzim/libzim/issues/300

mgautierfr commented 3 years ago

This will be probably available with the new api of python-libzim (porting to the new api of libzim)

rgaudin commented 3 years ago

Closing this in favor of #94