openzim / python-scraperlib

Collection of Python code to re-use across Python-based scrapers
GNU General Public License v3.0
17 stars 16 forks source link

Fix remaining code qa and typing issues resulting in breaking changes #131

Open benoit74 opened 4 months ago

benoit74 commented 4 months ago

https://github.com/openzim/python-scraperlib/pull/128 has shown that there is some code qa / typing issues that have to be fixed but will ultimately lead to a breaking change in term of API, hence needing a major release.

benoit74 commented 4 months ago

We should as well rename image/convertion.py to image/conversion.py

benoit74 commented 3 months ago

Fix reencode return type to be consistent + add type hints (code is ready in fix_reencode_return_types branch but it is a breaking change in term of API).