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 |
|
Developer Chat |
|
Funding |
|
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.7.tar.gz
(253.2 kB
view details)
Built Distribution
zarr-3.0.7-py3-none-any.whl
(203.9 kB
view details)
File details
Details for the file zarr-3.0.7.tar.gz
.
File metadata
- Download URL: zarr-3.0.7.tar.gz
- Upload date:
- Size: 253.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c06da406e08da9565ba368ac0337a4466d7743f643acac2873beee4458b6e5e1 |
|
MD5 | d11c9d97153ef227e47558a733a5fbb4 |
|
BLAKE2b-256 | e383ab85d1517a5a08693751fb04919f270757219c6071ae12a8c4588c7e815e |
File details
Details for the file zarr-3.0.7-py3-none-any.whl
.
File metadata
- Download URL: zarr-3.0.7-py3-none-any.whl
- Upload date:
- Size: 203.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db0ca28f12a59be681813ac719e4d5436591e2b315e89c5ae6e2d255715be960 |
|
MD5 | ebb2f37cbeaae31486115fe3022fb34b |
|
BLAKE2b-256 | 0d67971d9a661b66cc1c2fe2472e38085f5025a393ee1c1822b0155cc3f357b7 |