generated from KOLANICH/python_project_boilerplate.py
Python bindings to libzip
|
KOLANICH
7f929ad103
Some checks reported warnings
CI / build (push) Has been cancelled
|
||
|---|---|---|
| .ci | Initial commit | |
| .github | Initial commit | |
| libzip | Initial commit | |
| tests | Initial commit | |
| .editorconfig | Initial commit | |
| .gitignore | Initial commit | |
| .gitlab-ci.yml | Initial commit | |
| Code_Of_Conduct.md | Initial commit | |
| MANIFEST.in | Initial commit | |
| pyproject.toml | Initial commit | |
| ReadMe.md | Initial commit | |
| tutorial.ipynb | Initial commit | |
| UNLICENSE | Initial commit | |
libzip.py Unlicensed work
(削除) wheel (GHA via
Libraries.io Status
Code style: antiflash nightly.link) (削除ここまで)
Python ctypes-based bindings to libzip. You need a libzip installed:
libzip4in Debian-based distros.libzipin 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.