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.0b2.tar.gz
(1.1 MB
view details)
Built Distribution
zarr-3.0.0b2-py3-none-any.whl
(147.8 kB
view details)
File details
Details for the file zarr-3.0.0b2.tar.gz
.
File metadata
- Download URL: zarr-3.0.0b2.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 | fb0c589fa14eea40e5d7af42de23e319d5ea0d92661cab9702773b546af16652 |
|
MD5 | 30c59a42ad0f597045bec23512475309 |
|
BLAKE2b-256 | 711d424caaeadddf2bff446612d745d40166255f5050213c085479ed8a222864 |
File details
Details for the file zarr-3.0.0b2-py3-none-any.whl
.
File metadata
- Download URL: zarr-3.0.0b2-py3-none-any.whl
- Upload date:
- Size: 147.8 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 | 4f512a5b68ca49fa60b61f413b3f7a9a228f4e4847dd60834c43d2e5280dd8aa |
|
MD5 | 69b07fd5920420d89eac29f8dc2cbe72 |
|
BLAKE2b-256 | 982b36a15bd29d92410877547de73c1a440386fba5d5e95daaf24898b3bd0fc8 |