numcodecs
A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
To install this package, run one of the following:
Numcodecs is a Python package providing buffer compression and transformation codecs for use in data storage and communication applications. These include: Compression codecs, e.g., Zlib, BZ2, LZMA, ZFPY and Blosc. Pre-compression filters, e.g., Delta, Quantize, FixedScaleOffset, PackBits, Categorize. Integrity checks, e.g., CRC32, Adler32. All codecs implement the same API, allowing codecs to be organized into pipelines in a variety of ways.
Summary
A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
Last Updated
Nov 3, 2025 at 08:00
License
MIT
Total Downloads
8.7K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/zarr-developers/numcodecsDocumentation
https://numcodecs.readthedocs.io/en/stable/