An implementation of chunked, compressed, N-dimensional arrays for Python
Project description
Zarr
Latest Release | |
Package Status | |
License | |
Build Status | |
Pre-commit Status | |
Coverage | |
Downloads | |
Zulip | |
Citation |
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zarr-2.18.1.tar.gz
(3.6 MB
view details)
Built Distribution
zarr-2.18.1-py3-none-any.whl
(210.1 kB
view details)
File details
Details for the file zarr-2.18.1.tar.gz
.
File metadata
- Download URL: zarr-2.18.1.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28c360ed123e606c425a694a83300227a907cb86a995fc9eef620ecafbe5f92d |
|
MD5 | 8fe6884a473edfe88f4bcd157274a3e2 |
|
BLAKE2b-256 | 3de4ff8249d80b359b3a2f3f0bcac0c9971f9814598d44d46da1b62ce52cb9ba |
File details
Details for the file zarr-2.18.1-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.18.1-py3-none-any.whl
- Upload date:
- Size: 210.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1770d194eec4ec0a41a01295a6f724e1c3471d704d3aca906d3b3a7f8830245 |
|
MD5 | c4dfbe56153122b978fc57aeb5754b0a |
|
BLAKE2b-256 | 845a46fbf396e04135a1798861f3a4f604cab97c97cadf5b642616a3c383df22 |