Metadata-Version: 1.1
Name: h5preserve
Version: 0.8
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_.
        
        It can be installed via pip, but note that h5py_ requires a C compiler
        and the hdf5_ library.
        
        |Documentation Status| |Build Status| |Coverage Status|
        
        
        .. |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
        
        .. _h5py: http://www.h5py.org/
        .. _hdf5: https://www.hdfgroup.org/HDF5/
        .. _camel: http://eev.ee/blog/2015/10/15/dont-use-pickle-use-camel/
        
        
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
