Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[next-major] Remove metadata conversion from python-libzim #188

Open
benoit74 opened this issue Feb 8, 2024 · 0 comments · May be fixed by #190
Open

[next-major] Remove metadata conversion from python-libzim #188

benoit74 opened this issue Feb 8, 2024 · 0 comments · May be fixed by #190
Labels
good first issue Good for newcomers

Comments

@benoit74
Copy link

benoit74 commented Feb 8, 2024

When adding metadatas, the python-libzim is doing a conversion for some types.

This should be removed because:

  • the python-libzim is meant to be only a thin wrapper around the C libzim
  • not all types are handled which is confusing (for instance we missed the conversion of tags list to a string)

This would need a major release since it is a breaking change.

@rgaudin rgaudin added the good first issue Good for newcomers label Feb 8, 2024
@aryanA101a aryanA101a linked a pull request Feb 19, 2024 that will close this issue
@rgaudin rgaudin changed the title Remove metadata conversion from python-libzim [next-major] Remove metadata conversion from python-libzim Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants