We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 is not a valid alternative because it only support 7z files.
The text was updated successfully, but these errors were encountered:
I think I can help. We could develop it using ctypes foreign function library of python
Sorry, something went wrong.
@rikyoz
Thanks to the amazing bit7z provides the most elegant api.
I have created a wrapper of bit7z pybit7z based on pybind11.
@spydie30 Sorry, I completely forgot to reply to your message!
Of course, any contribution on this is welcome!
Thanks to the amazing bit7z provides the most elegant api. I have created a wrapper of bit7z pybit7z based on pybind11.
Great job @msclock! I'll link your wrapper project in the "Installation" section of bit7z's README!
rikyoz
No branches or pull requests
Discussed in #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 is not a valid alternative because it only support 7z files.
The text was updated successfully, but these errors were encountered: