python-libzim icon indicating copy to clipboard operation
python-libzim copied to clipboard

[nextMajor] remove traces of camelCase in API

Open elfkuzco opened this issue 1 year ago • 2 comments

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

elfkuzco avatar Nov 29 '24 15:11 elfkuzco

I guess if we merge this PR, next release has to be 4.0.0?

kelson42 avatar Dec 03 '24 18:12 kelson42

I guess if we merge this PR, next release has to be 4.0.0?

Yes

rgaudin avatar Dec 04 '24 13:12 rgaudin