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.5.0.tar.gz
(3.5 MB
view details)
Built Distribution
zarr-2.5.0-py3-none-any.whl
(131.2 kB
view details)
File details
Details for the file zarr-2.5.0.tar.gz
.
File metadata
- Download URL: zarr-2.5.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d54f060739208392494c3dbcbfdf41c8df9fa23d9a32b91aea0549b4c5e2b77f |
|
MD5 | 90c6a81d40fa3fcae2e71038c08857d8 |
|
BLAKE2b-256 | 31b36c3fe51954c554c63d05dc08433fa1d24b6fe6c92ccfddd78f9d1026884e |
File details
Details for the file zarr-2.5.0-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.5.0-py3-none-any.whl
- Upload date:
- Size: 131.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f86c95fef1442d974adae3269c0b5a5e5200f0d46b6572bad6a9ee2c1a262478 |
|
MD5 | da7d7b1467ecb486a12ac318815a619f |
|
BLAKE2b-256 | 221737cc7afabdec7b5759d68fab0bc5afd950799a4ce2189826caf5ee087414 |