Metadata-Version: 2.1
Name: zarr
Version: 2.3.2
Summary: An implementation of chunked, compressed, N-dimensional arrays for Python.
Home-page: https://github.com/zarr-developers/zarr
Maintainer: Alistair Miles
Maintainer-email: alimanfoo@googlemail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: asciitree
Requires-Dist: numpy (>=1.7)
Requires-Dist: fasteners
Requires-Dist: numcodecs (>=0.6.2)
Requires-Dist: scandir

Zarr
====

Zarr is a Python package providing an implementation of compressed,
chunked, N-dimensional arrays, designed for use in parallel
computing. See the `documentation <http://zarr.readthedocs.io/>`_ for
more information.

.. image:: https://badges.gitter.im/zarr-developers/community.svg
    :target: https://gitter.im/zarr-developers/community

.. image:: https://readthedocs.org/projects/zarr/badge/?version=latest
    :target: http://zarr.readthedocs.io/en/latest/?badge=latest

.. image:: https://travis-ci.org/zarr-developers/zarr.svg?branch=master
    :target: https://travis-ci.org/zarr-developers/zarr

.. image:: https://ci.appveyor.com/api/projects/status/7d4iko59k8hpbbik?svg=true
    :target: https://ci.appveyor.com/project/zarr-developers/zarr

.. image:: https://coveralls.io/repos/github/zarr-developers/zarr/badge.svg?branch=master
    :target: https://coveralls.io/github/zarr-developers/zarr?branch=master


