Metadata-Version: 1.1
Name: h5preserve
Version: 0.1.1
Summary: Thin wrapper around h5py, inspired by camel
Home-page: http://h5preserve.rtfd.org
Author: James Tocknell
Author-email: aragilar@gmail.com
License: 3-clause BSD
Description: h5preserve is a thin wrapper around h5py, inspired by camel.
        |Documentation Status| |Build Status| |Coverage Status| |Version|
        |License| |Wheel| |Format| |Supported versions| |Supported
        implemntations| |PyPI|
        
        It can be installed via pip, but note that h5py requires a C compiler
        and the hdf5 library.
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/h5preserve/badge/?version=latest
           :target: http://h5preserve.readthedocs.org/en/latest/?badge=latest
        .. |Build Status| image:: https://travis-ci.org/aragilar/h5preserve.svg?branch=master
           :target: https://travis-ci.org/aragilar/h5preserve
        .. |Coverage Status| image:: https://codecov.io/github/aragilar/h5preserve/coverage.svg?branch=master
           :target: https://codecov.io/github/aragilar/h5preserve?branch=master
        .. |Version| image:: https://img.shields.io/pypi/v/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        .. |License| image:: https://img.shields.io/pypi/l/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        .. |Wheel| image:: https://img.shields.io/pypi/wheel/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        .. |Format| image:: https://img.shields.io/pypi/format/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        .. |Supported versions| image:: https://img.shields.io/pypi/pyversions/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        .. |Supported implemntations| image:: https://img.shields.io/pypi/implementation/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        .. |PyPI| image:: https://img.shields.io/pypi/status/h5preserve.svg
           :target: https://pypi.python.org/pypi/h5preserve/
        
Keywords: hdf5
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
