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.7.0.tar.gz
(3.5 MB
view details)
Built Distribution
zarr-2.7.0-py3-none-any.whl
(137.8 kB
view details)
File details
Details for the file zarr-2.7.0.tar.gz
.
File metadata
- Download URL: zarr-2.7.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f814b5b6bb3981851a025aba66eef854d506234c3cffb3b16df2a8c90ba0c861 |
|
MD5 | 4149f3fcff5eed870ad5f8478b4f3600 |
|
BLAKE2b-256 | 34774035513ad7b56eeb0def09c1a9fd96d3ce0348505e1dc89a8ce86fdec3a7 |
File details
Details for the file zarr-2.7.0-py3-none-any.whl
.
File metadata
- Download URL: zarr-2.7.0-py3-none-any.whl
- Upload date:
- Size: 137.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce42c7dde7d1fc605758679cd245e06d4d00efef8c39f940666952cab6d193b6 |
|
MD5 | cb9e1e07c1864f51ab9190c96326797f |
|
BLAKE2b-256 | 93ae653da881ff4281d5d59b3901e13a2127182e8679db10b322365588d43111 |