rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
602 stars 110 forks source link

Python wrapper #170

Open rikyoz opened 9 months ago

rikyoz commented 9 months ago

Discussed in https://github.com/rikyoz/bit7z/discussions/169

Originally posted by **eadmaster** October 2, 2023 provide an official python wrapper for bit7z. I've only found this old project: https://github.com/aver007/class_7zip_arch [py7zr](https://github.com/miurahr/py7zr) is not a valid alternative because it only support 7z files.
spydie30 commented 1 week ago

I think I can help. We could develop it using ctypes foreign function library of python