Description
Adds support for extracting ZIP archives that use the Deflate64 compression method through Python's zipfile-style API. It helps tools read archives created by software that uses this less common ZIP variant.
Developers use it as an archive-reading library. ZIP files from untrusted sources can contain path tricks or decompression bombs, so validate file names, sizes, and extraction destinations.