openzim / python-libzim

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

Add type stubs #198

Closed rgaudin closed 2 months ago

rgaudin commented 2 months ago

We rely on type hints on all projects. We need to create and package stubs for libzim as it is not auto-discovered due to it being a cython extension

benoit74 commented 2 months ago

Obviously, I would love it!

rgaudin commented 2 months ago

Fixed in #199