https://github.com/nathaniel-daniel/nd-zipfile-py
A Python library to read zip files.
https://github.com/nathaniel-daniel/nd-zipfile-py
python zip zipfile
Last synced: 4 months ago
JSON representation
A Python library to read zip files.
- Host: GitHub
- URL: https://github.com/nathaniel-daniel/nd-zipfile-py
- Owner: nathaniel-daniel
- License: apache-2.0
- Created: 2025-03-22T04:44:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-02T07:00:32.000Z (5 months ago)
- Last Synced: 2025-12-05T01:44:11.715Z (5 months ago)
- Topics: python, zip, zipfile
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# nd-zipfile-py
A Python library to read zip files.
Implemented via a PyO3 Rust binding.
This project was primary created to work around Python's `zipfile` module lacking AES256 decryption support.
## License
Licensed under either of
* Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
## Contributing
Unless you explicitly state otherwise,
any contribution intentionally submitted for inclusion in the work by you,
as defined in the Apache-2.0 license,
shall be dual licensed as above,
without any additional terms or conditions.