An implementation of chunked, compressed, N-dimensional arrays for Python.
Project description
Zarr
Latest Release | |
Package Status | |
License | |
Build Status | |
Coverage | |
Downloads | |
Gitter | |
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.6.1.tar.gz
(3.5 MB
view details)
Built Distribution
zarr-2.6.1-py3-none-any.whl
(132.5 kB
view details)
File details
Details for the file zarr-2.6.1.tar.gz
.
File metadata
- Download URL: zarr-2.6.1.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa7eac1e4ff47ff82d09c42bb4679e18e8a05a73ee81ce59cee6a441a210b2fd |
|
MD5 | 354e24aa7e53830cd38452d66e2fcc07 |
|
BLAKE2b-256 | c2401f3f01bc78aebce5d05535c74ad9d79fe514895062af4826b1d96d43e3d7 |
File details
Details for the file zarr-2.6.1-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.6.1-py3-none-any.whl
- Upload date:
- Size: 132.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4eb501ff472cf97b7e497a504a2fb818d6d3bff398997bcfe9438c2cc1a3665 |
|
MD5 | 3460f36c2b88118b4dd98fd93b3cb777 |
|
BLAKE2b-256 | 6067d69a3fcd34254df8dce23e1a4d570509f8a373fc58e40cb8681cf26795f6 |