python-libzim
python-libzim copied to clipboard
[nextMajor] remove traces of camelCase in API
Rationale
Use snake case for all the API methods and parameters. This resolves #200
Changes
- Convert camelCase method names and parameters in Python interface to snake case
I guess if we merge this PR, next release has to be 4.0.0?
I guess if we merge this PR, next release has to be 4.0.0?
Yes