Difference between revisions of "Bindings"
Jump to navigation
Jump to search
m (Added another binding in C#) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Bindings''' (using the [[zimlib]]) and '''native implementations''' of the [[ZIM file format]]: | '''Bindings''' (using the [[zimlib]]) and '''native implementations''' of the [[ZIM file format]]: | ||
== Officials == | |||
* [https://pypi.org/project/libzim/ libzim binding for Python] | |||
* [https://www.npmjs.com/package/@openzim/libzim libzim binding for Node.js] | |||
== By third parties == | |||
* [https://github.com/pediapress/pyzim Pyzim] A binding of the zimlib in Python | * [https://github.com/pediapress/pyzim Pyzim] A binding of the zimlib in Python | ||
* [ | * [https://github.com/akhenakh/gozim Gozim] A Golang native zim library and reader | ||
* [https://gitlab.com/alexanderacker/zim-sys Zim-sys] and [https://gitlab.com/alexanderacker/zim-rs Zim-rs] Respectively a low-level and high-level Rust bindings. | |||
* [https://github.com/shaltielshmid/ZimReaderSharp ZimReaderSharp] A C# native library for reading zim files | |||
== See also == | == See also == | ||
* [[Readers]] | * [[Readers]] |
Latest revision as of 21:12, 25 November 2023
Bindings (using the zimlib) and native implementations of the ZIM file format:
Officials
By third parties
- Pyzim A binding of the zimlib in Python
- Gozim A Golang native zim library and reader
- Zim-sys and Zim-rs Respectively a low-level and high-level Rust bindings.
- ZimReaderSharp A C# native library for reading zim files