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-3.0.0b1.tar.gz
(1.1 MB
view details)
Built Distribution
zarr-3.0.0b1-py3-none-any.whl
(139.3 kB
view details)
File details
Details for the file zarr-3.0.0b1.tar.gz
.
File metadata
- Download URL: zarr-3.0.0b1.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7be86ac5bcb3bcf6b283893ec4b79d434b9fa7bfd3214c9131612e93b60daea |
|
MD5 | 8b4087e1fc6b959f33833c9f35b86701 |
|
BLAKE2b-256 | bda1d07d5843f3de5c3394ee9e580a17dac4c4cc6794d970ee22897edad68c17 |
File details
Details for the file zarr-3.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: zarr-3.0.0b1-py3-none-any.whl
- Upload date:
- Size: 139.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f06c6225e483f33fa778c1c85e8fe3e3cb221a7c5e0bdb0429de8a5b5437b26 |
|
MD5 | 381f4a2c2c461ae960d6260a4fecfe52 |
|
BLAKE2b-256 | 27d38cfbea34ab34785cac05b4f313c47c9df95ef0b1c4e23d4607e5e429631d |