CMD + K

zarr

Community

Installation

To install this package, run one of the following:

Pip
$pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple zarr

Usage Tracking

3.1.6.dev22+ge94504e92
3.1.6.dev21+g4cddcf5c7
3.1.6.dev18+g1c05c1a10
3.1.6.dev15+gacdd89223
3.1.6.dev9+g8207dd344
5 / 8 versions selected
Downloads (Last 6 months): 0

Description


Zarr

Latest Release latest release
latest release
Package Status status
License license
Build Status build status
Pre-commit Status pre-commit status
Coverage coverage
Downloads pypi downloads
Developer Chat
Funding CZI's Essential Open Source Software for Science
Citation DOI

What is it?

Zarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. See the documentation for more information.

Main Features

  • Create N-dimensional arrays with any NumPy dtype.
  • Chunk arrays along any dimension.
  • Compress and/or filter chunks using any NumCodecs codec.
  • 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.

About

Last Updated

Jan 19, 2026 at 02:50

Total Downloads

7.1K

Supported Platforms

noarch