Metadata-Version: 2.1
Name: numcodecs
Version: 0.6.4
Summary: A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
Home-page: https://github.com/zarr-developers/numcodecs
Author: Alistair Miles
Author-email: alimanfoo@googlemail.com
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
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: numpy (>=1.7)
Provides-Extra: msgpack
Requires-Dist: msgpack ; extra == 'msgpack'

Numcodecs
=========

Numcodecs is a Python package providing buffer compression and transformation 
codecs for use in data storage and communication applications.

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

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

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

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


