Zarr
What is it?
The zarr library is a Python implementation of the Zarr storage format. zarr delivers compressed, chunked, N-dimensional arrays that work well for parallel computing and object storage. See the documentation for more information.
Main Features
- Create N-dimensional arrays with NumPy-compatible
dtypes. - Chunk arrays along any dimension.
- Encode chunks using a variety of useful encodings (e.g., compression).
- Store arrays in memory, on disk, inside a zip file, on S3, etc...
- Read an array concurrently from multiple threads or processes.
- Write to an array concurrently from multiple threads or processes.
- Organize arrays into hierarchies via groups.
Where to get it
Zarr can be installed from PyPI using pip:
pip install zarr
or via conda:
conda install -c conda-forge zarr
For more details, including how to install from source, see the installation documentation.
Repository sub-packages
In addition to the primary zarr implementation, this repository contains other packages that provide specialized functionality with minimal dependencies:
zarr-metadata: Tools for Zarr metadata. Install withpip install zarr-metadata.zarr-indexing: Tools for lazily indexing chunked arrays. Install withpip install zarr-indexing.zarr-http-server: An HTTP server implementation targeting Zarr data. Install withpip install zarr-http-server.
Release files for zarr 3.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zarr-3.4.0.tar.gz | 829.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zarr-3.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.2 MB
Release files / zarr-3.4.0.tar.gz
| Download URL | zarr-3.4.0.tar.gz |
|---|---|
| Size | 829.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b68676576a6fc42683dfcc0daeb3c0e994f71e1680696990bde056bd3acf3542
|
|
BLAKE2b-256 checksum How to use checksums |
ae296330391bab511e2428c2409fc15f6f32e4def9b2ee5eec4e95b8300304be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency logRelease files / zarr-3.4.0-py3-none-any.whl
| Download URL | zarr-3.4.0-py3-none-any.whl |
|---|---|
| Size | 376.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0a5e6c9b5c4139759e612556c7fb32c8ee4e4877a46b3556244093413eb72395
|
|
BLAKE2b-256 checksum How to use checksums |
2b6c7c9cf79cb2122f7c94a36c0456b476515fa01c1343705d5411b3e8c1a1e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 15, 2026.
Transparency log