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.3.tar.gz
(3.6 MB
view details)
Built Distribution
zarr-2.18.3-py3-none-any.whl
(210.7 kB
view details)
File details
Details for the file zarr-2.18.3.tar.gz
.
File metadata
- Download URL: zarr-2.18.3.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2580d8cb6dd84621771a10d31c4d777dca8a27706a1a89b29f42d2d37e2df5ce |
|
MD5 | b0a9f582e61dc9f93adda02909e24f4d |
|
BLAKE2b-256 | 23c4187a21ce7cf7c8f00c060dd0e04c2a81139bb7b1ab178bba83f2e1134ce2 |
File details
Details for the file zarr-2.18.3-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.18.3-py3-none-any.whl
- Upload date:
- Size: 210.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1f7dfd2496f436745cdd4c7bcf8d3b4bc1dceef5fdd0d589c87130d842496dd |
|
MD5 | b09029d8855e28c35e74ac50c96ed492 |
|
BLAKE2b-256 | edc9142095e654c2b97133ff71df60979422717b29738b08bc8a1709a5d5e0d0 |