1
2
Fork
You've already forked libzip.py
0
Python bindings to libzip
  • Python 88.3%
  • Jupyter Notebook 11.7%
Find a file
KOLANICH 7f929ad103
Some checks reported warnings
CI / build (push) Has been cancelled
Initial commit
2023年10月14日 17:39:05 +03:00
.ci Initial commit 2023年10月14日 17:39:05 +03:00
.github Initial commit 2023年10月14日 17:39:05 +03:00
libzip Initial commit 2023年10月14日 17:39:05 +03:00
tests Initial commit 2023年10月14日 17:39:05 +03:00
.editorconfig Initial commit 2023年10月14日 17:39:05 +03:00
.gitignore Initial commit 2023年10月14日 17:39:05 +03:00
.gitlab-ci.yml Initial commit 2023年10月14日 17:39:05 +03:00
Code_Of_Conduct.md Initial commit 2023年10月14日 17:39:05 +03:00
MANIFEST.in Initial commit 2023年10月14日 17:39:05 +03:00
pyproject.toml Initial commit 2023年10月14日 17:39:05 +03:00
ReadMe.md Initial commit 2023年10月14日 17:39:05 +03:00
tutorial.ipynb Initial commit 2023年10月14日 17:39:05 +03:00
UNLICENSE Initial commit 2023年10月14日 17:39:05 +03:00

libzip.py Unlicensed work

(削除) wheel (GHA via nightly.link) (削除ここまで) Libraries.io Status Code style: antiflash

Python ctypes-based bindings to libzip. You need a libzip installed:

  • libzip4 in Debian-based distros.
  • libzip in RPM-based distros, Arch, and Gentoo.

Warning: Currently libzip is used for updating files witin the archive. It doesn't allow rewriting files in archives without creating a copy of the archive. It is considered contradicting libzip goals by its authors. . We need a lib allowing to do that.

For the docs see the tutorial NBViewer.