zarr


Namezarr JSON
Version 2.18.0 PyPI version JSON
download
home_pageNone
SummaryAn implementation of chunked, compressed, N-dimensional arrays for Python
upload_time2024-05-07 21:33:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
  <img src="https://raw.githubusercontent.com/zarr-developers/community/main/logos/logo2.png"><br>
</div>

# Zarr

<table>
<tr>
  <td>Latest Release</td>
  <td>
    <a href="https://pypi.org/project/zarr/">
    <img src="https://badge.fury.io/py/zarr.svg" alt="latest release" />
    </a>
  </td>
</tr>
  <td></td>
  <td>
    <a href="https://anaconda.org/anaconda/zarr/">
    <img src="https://anaconda.org/conda-forge/zarr/badges/version.svg" alt="latest release" />
    </a>
</td>
</tr>
<tr>
  <td>Package Status</td>
  <td>
		<a href="https://pypi.org/project/zarr/">
		<img src="https://img.shields.io/pypi/status/zarr.svg" alt="status" />
		</a>
  </td>
</tr>
<tr>
  <td>License</td>
  <td>
    <a href="https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt">
    <img src="https://img.shields.io/pypi/l/zarr.svg" alt="license" />
    </a>
</td>
</tr>
<tr>
  <td>Build Status</td>
  <td>
    <a href="https://github.com/zarr-developers/zarr-python/blob/main/.github/workflows/python-package.yml">
    <img src="https://github.com/zarr-developers/zarr-python/actions/workflows/python-package.yml/badge.svg" alt="build status" />
    </a>
  </td>
</tr>
<tr>
  <td>Pre-commit Status</td>
  <td>
    <a href=""https://github.com/zarr-developers/zarr-python/blob/main/.pre-commit-config.yaml">
    <img src="https://results.pre-commit.ci/badge/github/zarr-developers/zarr-python/main.svg" alt="pre-commit status" />
    </a>
  </td>
</tr>

<tr>
  <td>Coverage</td>
  <td>
    <a href="https://codecov.io/gh/zarr-developers/zarr-python">
    <img src="https://codecov.io/gh/zarr-developers/zarr-python/branch/main/graph/badge.svg"/ alt="coverage">
    </a>
  </td>
</tr>
<tr>
  <td>Downloads</td>
  <td>
    <a href="https://zarr.readthedocs.io">
    <img src="https://pepy.tech/badge/zarr" alt="pypi downloads" />
    </a>
  </td>
</tr>
<tr>
	<td>Zulip</td>
	<td>
		<a href="https://ossci.zulipchat.com/">
		<img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" />
		</a>
	</td>
</tr>
<tr>
	<td>Citation</td>
	<td>
		<a href="https://doi.org/10.5281/zenodo.3773450">
			<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.3773450.svg" alt="DOI">
		</a>
	</td>
</tr>

</table>

## 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](https://zarr.readthedocs.io) for more information.

## Main Features

- [**Create**](https://zarr.readthedocs.io/en/stable/tutorial.html#creating-an-array) N-dimensional arrays with any NumPy `dtype`.
- [**Chunk arrays**](https://zarr.readthedocs.io/en/stable/tutorial.html#chunk-optimizations) along any dimension.
- [**Compress**](https://zarr.readthedocs.io/en/stable/tutorial.html#compressors) and/or filter chunks using any NumCodecs codec.
- [**Store arrays**](https://zarr.readthedocs.io/en/stable/tutorial.html#tutorial-storage) in memory, on disk, inside a zip file, on S3, etc...
- [**Read**](https://zarr.readthedocs.io/en/stable/tutorial.html#reading-and-writing-data) an array [**concurrently**](https://zarr.readthedocs.io/en/stable/tutorial.html#parallel-computing-and-synchronization) from multiple threads or processes.
- Write to an array concurrently from multiple threads or processes.
- Organize arrays into hierarchies via [**groups**](https://zarr.readthedocs.io/en/stable/tutorial.html#groups).

## Where to get it

Zarr can be installed from PyPI using `pip`:

```bash
pip install zarr
```

or via `conda`:

```bash
conda install -c conda-forge zarr
```

For more details, including how to install from source, see the [installation documentation](https://zarr.readthedocs.io/en/stable/index.html#installation).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "zarr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Alistair Miles <alimanfoo@googlemail.com>",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/32/ea/0413ba001248790ccf766703d8fe034b8bbc7e45b03352d855837f956579/zarr-2.18.0.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n  <img src=\"https://raw.githubusercontent.com/zarr-developers/community/main/logos/logo2.png\"><br>\n</div>\n\n# Zarr\n\n<table>\n<tr>\n  <td>Latest Release</td>\n  <td>\n    <a href=\"https://pypi.org/project/zarr/\">\n    <img src=\"https://badge.fury.io/py/zarr.svg\" alt=\"latest release\" />\n    </a>\n  </td>\n</tr>\n  <td></td>\n  <td>\n    <a href=\"https://anaconda.org/anaconda/zarr/\">\n    <img src=\"https://anaconda.org/conda-forge/zarr/badges/version.svg\" alt=\"latest release\" />\n    </a>\n</td>\n</tr>\n<tr>\n  <td>Package Status</td>\n  <td>\n\t\t<a href=\"https://pypi.org/project/zarr/\">\n\t\t<img src=\"https://img.shields.io/pypi/status/zarr.svg\" alt=\"status\" />\n\t\t</a>\n  </td>\n</tr>\n<tr>\n  <td>License</td>\n  <td>\n    <a href=\"https://github.com/zarr-developers/zarr-python/blob/main/LICENSE.txt\">\n    <img src=\"https://img.shields.io/pypi/l/zarr.svg\" alt=\"license\" />\n    </a>\n</td>\n</tr>\n<tr>\n  <td>Build Status</td>\n  <td>\n    <a href=\"https://github.com/zarr-developers/zarr-python/blob/main/.github/workflows/python-package.yml\">\n    <img src=\"https://github.com/zarr-developers/zarr-python/actions/workflows/python-package.yml/badge.svg\" alt=\"build status\" />\n    </a>\n  </td>\n</tr>\n<tr>\n  <td>Pre-commit Status</td>\n  <td>\n    <a href=\"\"https://github.com/zarr-developers/zarr-python/blob/main/.pre-commit-config.yaml\">\n    <img src=\"https://results.pre-commit.ci/badge/github/zarr-developers/zarr-python/main.svg\" alt=\"pre-commit status\" />\n    </a>\n  </td>\n</tr>\n\n<tr>\n  <td>Coverage</td>\n  <td>\n    <a href=\"https://codecov.io/gh/zarr-developers/zarr-python\">\n    <img src=\"https://codecov.io/gh/zarr-developers/zarr-python/branch/main/graph/badge.svg\"/ alt=\"coverage\">\n    </a>\n  </td>\n</tr>\n<tr>\n  <td>Downloads</td>\n  <td>\n    <a href=\"https://zarr.readthedocs.io\">\n    <img src=\"https://pepy.tech/badge/zarr\" alt=\"pypi downloads\" />\n    </a>\n  </td>\n</tr>\n<tr>\n\t<td>Zulip</td>\n\t<td>\n\t\t<a href=\"https://ossci.zulipchat.com/\">\n\t\t<img src=\"https://img.shields.io/badge/zulip-join_chat-brightgreen.svg\" />\n\t\t</a>\n\t</td>\n</tr>\n<tr>\n\t<td>Citation</td>\n\t<td>\n\t\t<a href=\"https://doi.org/10.5281/zenodo.3773450\">\n\t\t\t<img src=\"https://zenodo.org/badge/DOI/10.5281/zenodo.3773450.svg\" alt=\"DOI\">\n\t\t</a>\n\t</td>\n</tr>\n\n</table>\n\n## What is it?\n\nZarr is a Python package providing an implementation of compressed, chunked, N-dimensional arrays, designed for use in parallel computing. See the [documentation](https://zarr.readthedocs.io) for more information.\n\n## Main Features\n\n- [**Create**](https://zarr.readthedocs.io/en/stable/tutorial.html#creating-an-array) N-dimensional arrays with any NumPy `dtype`.\n- [**Chunk arrays**](https://zarr.readthedocs.io/en/stable/tutorial.html#chunk-optimizations) along any dimension.\n- [**Compress**](https://zarr.readthedocs.io/en/stable/tutorial.html#compressors) and/or filter chunks using any NumCodecs codec.\n- [**Store arrays**](https://zarr.readthedocs.io/en/stable/tutorial.html#tutorial-storage) in memory, on disk, inside a zip file, on S3, etc...\n- [**Read**](https://zarr.readthedocs.io/en/stable/tutorial.html#reading-and-writing-data) an array [**concurrently**](https://zarr.readthedocs.io/en/stable/tutorial.html#parallel-computing-and-synchronization) from multiple threads or processes.\n- Write to an array concurrently from multiple threads or processes.\n- Organize arrays into hierarchies via [**groups**](https://zarr.readthedocs.io/en/stable/tutorial.html#groups).\n\n## Where to get it\n\nZarr can be installed from PyPI using `pip`:\n\n```bash\npip install zarr\n```\n\nor via `conda`:\n\n```bash\nconda install -c conda-forge zarr\n```\n\nFor more details, including how to install from source, see the [installation documentation](https://zarr.readthedocs.io/en/stable/index.html#installation).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An implementation of chunked, compressed, N-dimensional arrays for Python",
    "version": "2.18.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/zarr-developers/zarr-python/issues",
        "Changelog": "https://zarr.readthedocs.io/en/stable/release.html",
        "Discussions": "https://github.com/zarr-developers/zarr-python/discussions",
        "Documentation": "https://zarr.readthedocs.io/",
        "Homepage": "https://github.com/zarr-developers/zarr-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b0015c09549d5de75bf0c2ec661fab5372c3c8d85f5f3a5ee2e00b77ca397a5",
                "md5": "e6e93339e08357395d6c77bd6292df14",
                "sha256": "7f8532b6a3f50f22e809e130e09353637ec8b5bb5e95a5a0bfaae91f63978b5d"
            },
            "downloads": -1,
            "filename": "zarr-2.18.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e6e93339e08357395d6c77bd6292df14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 209738,
            "upload_time": "2024-05-07T21:33:10",
            "upload_time_iso_8601": "2024-05-07T21:33:10.612287Z",
            "url": "https://files.pythonhosted.org/packages/6b/00/15c09549d5de75bf0c2ec661fab5372c3c8d85f5f3a5ee2e00b77ca397a5/zarr-2.18.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32ea0413ba001248790ccf766703d8fe034b8bbc7e45b03352d855837f956579",
                "md5": "a70444423035480a553b9f95951a449d",
                "sha256": "c3b7d2c85b8a42b0ad0ad268a36fb6886ca852098358c125c6b126a417e0a598"
            },
            "downloads": -1,
            "filename": "zarr-2.18.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a70444423035480a553b9f95951a449d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3602143,
            "upload_time": "2024-05-07T21:33:13",
            "upload_time_iso_8601": "2024-05-07T21:33:13.236289Z",
            "url": "https://files.pythonhosted.org/packages/32/ea/0413ba001248790ccf766703d8fe034b8bbc7e45b03352d855837f956579/zarr-2.18.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 21:33:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zarr-developers",
    "github_project": "zarr-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "zarr"
}
        
Elapsed time: 0.30871s