This package provides a pathlib
-compatible Zipfile
object wrapper. It provides a backport of the Path
object.
This module provides support for reading and writing ZIP archives in Julia.
ZipFly is a zip archive generator. It was created to generate very large zip archives for immediate sending out to clients, or for writing large zip archives without memory inflation.
The zip-archive library provides functions for creating, modifying, and extracting files from zip archives in Haskell.
This Haskell library provides a two-dimensional zipper data structure for editing text. The structure represents the body of text and an editing cursor which can be moved through it, along with a set of editing transformations.
Text zippers are generalized over the set of data types that might be used to store lists of characters (e.g., String
, T.Text
, etc.). Implementations using both of these examples are provided.
The Archive::Zip
module allows a Perl program to create, manipulate, read, and write Zip archive files.
This package provides a modern and easy to use streamable zip file generator
zipstream.py
is a zip archive generator based on zipfile.py
. It was created to generate a zip file generator for streaming. This is beneficial for when you want to provide a downloadable archive of a large collection of regular files, which would be infeasible to generate the archive prior to downloading or of a very large file that you do not want to store entirely on disk or on memory.
This package provides a pathlib
-compatible Zipfile
object wrapper. It provides a backport of the Path
object.
This package provides a library for encoding and decoding ZIP archive format's "Extra Fields". The intention is to eventually support and provide a low-level API for the majority of PKWARE's and Info-ZIP's extra fields.