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

Python wrapper #170

Open
rikyoz opened this issue Oct 2, 2023 Discussed in #169 · 3 comments
Open

Python wrapper #170

rikyoz opened this issue Oct 2, 2023 Discussed in #169 · 3 comments
Assignees

Comments

@rikyoz
Copy link
Owner

rikyoz commented Oct 2, 2023

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.

@rikyoz rikyoz self-assigned this Oct 2, 2023
@spydie30
Copy link

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

@msclock
Copy link

msclock commented Dec 30, 2024

@rikyoz

Thanks to the amazing bit7z provides the most elegant api.

I have created a wrapper of bit7z pybit7z based on pybind11.

@rikyoz
Copy link
Owner Author

rikyoz commented Jan 2, 2025

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

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants