zarr


Namezarr JSON
Version 2.17.2 PyPI version JSON
download
home_pageNone
SummaryAn implementation of chunked, compressed, N-dimensional arrays for Python
upload_time2024-04-05 20:56:38
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/2a/97/1d3b2a7aeb4082313929361ae0c54e43a4834362c7e2417af5bf442eb03d/zarr-2.17.2.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.17.2",
    "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": "eb59f2f8fa894e79699ff290f0ed37b60749220694c397cf784d1f45eb2b5151",
                "md5": "59fae7d3f9c4fcbd3e44315425335f73",
                "sha256": "70d7cc07c24280c380ef80644151d136b7503b0d83c9f214e8000ddc0f57f69b"
            },
            "downloads": -1,
            "filename": "zarr-2.17.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59fae7d3f9c4fcbd3e44315425335f73",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 208505,
            "upload_time": "2024-04-05T20:56:35",
            "upload_time_iso_8601": "2024-04-05T20:56:35.418437Z",
            "url": "https://files.pythonhosted.org/packages/eb/59/f2f8fa894e79699ff290f0ed37b60749220694c397cf784d1f45eb2b5151/zarr-2.17.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a971d3b2a7aeb4082313929361ae0c54e43a4834362c7e2417af5bf442eb03d",
                "md5": "22e9c66e896ee7462f680043ee664aff",
                "sha256": "2cbaa6cb4e342d45152d4a7a4b2013c337fcd3a8e7bc98253560180de60552ce"
            },
            "downloads": -1,
            "filename": "zarr-2.17.2.tar.gz",
            "has_sig": false,
            "md5_digest": "22e9c66e896ee7462f680043ee664aff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3600944,
            "upload_time": "2024-04-05T20:56:38",
            "upload_time_iso_8601": "2024-04-05T20:56:38.290538Z",
            "url": "https://files.pythonhosted.org/packages/2a/97/1d3b2a7aeb4082313929361ae0c54e43a4834362c7e2417af5bf442eb03d/zarr-2.17.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-05 20:56:38",
    "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.25067s