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.17.1.tar.gz
(3.6 MB
view details)
Built Distribution
zarr-2.17.1-py3-none-any.whl
(207.5 kB
view details)
File details
Details for the file zarr-2.17.1.tar.gz
.
File metadata
- Download URL: zarr-2.17.1.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 564b3aa072122546fe69a0fa21736f466b20fad41754334b62619f088ce46261 |
|
MD5 | 7a3dba6623dc2b04b366b490afa2a6fc |
|
BLAKE2b-256 | a7bd77faa1d615ed9a54faecebea83f6aa347c69b79817e1131e53e1563ba823 |
File details
Details for the file zarr-2.17.1-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.17.1-py3-none-any.whl
- Upload date:
- Size: 207.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e25df2741a6e92645f3890f30f3136d5b57a0f8f831094b024bbcab5f2797bc7 |
|
MD5 | bd24606d8b86693fa96752f62677730c |
|
BLAKE2b-256 | fefd7db2cb2c87cc47f971065edf2d7ab1e54202b286f6d01bf5c197c660cd69 |