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.
a streaming zip archive generator.
a streaming zip archive generator.
Zipfile2 is a backward compatible replacement to ZipFile. It provides handling of symlinks, and exception management.
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.
data.zip is a Clojure library for filtering trees using the zipper abstraction.
This package provides a cross-platform extraction utility for ZIP files, written entirely in JavaScript for Node.js.
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
node.js library for reading and extraction of ZIP archives
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.
Package zip provides support for reading and writing ZIP archives.
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.
Package zipkin implements a native Zipkin instrumentation library for Go.
Package zipkin contains an OpenTelemetry tracing exporter for Zipkin.