GitHub - zarr-developers/zarr-python: An implementation of chunked, compressed, N-dimensional arrays for Python. (original) (raw)

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

Where to get it

Zarr can be installed from PyPI using pip:

or via conda:

conda install -c conda-forge zarr

For more details, including how to install from source, see the installation documentation.