Metadata-Version: 1.1
Name: zarr
Version: 2.2.0rc1
Summary: An implementation of chunked, compressed, N-dimensional arrays for Python.
Home-page: https://github.com/zarr-developers/zarr
Author: Alistair Miles
Author-email: alimanfoo@googlemail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 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://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
        
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
