Metadata-Version: 1.2
Name: h5preserve
Version: 0.17.2
Summary: Thin wrapper around h5py, inspired by camel
Home-page: https://h5preserve.readthedocs.io
Author: James Tocknell
Author-email: aragilar@gmail.com
License: 3-clause BSD
Project-URL: Source, https://github.com/h5preserve/h5preserve/
Project-URL: Documentation, https://h5preserve.readthedocs.io
Project-URL: Tracker, https://github.com/h5preserve/h5preserve/issues
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| |DOI|
        
        
        .. |Documentation Status| image:: https://readthedocs.org/projects/h5preserve/badge/?version=latest
           :target: https://h5preserve.readthedocs.org/en/latest/?badge=latest
        .. |Build Status| image:: https://travis-ci.org/h5preserve/h5preserve.svg?branch=master
           :target: https://travis-ci.org/h5preserve/h5preserve
        .. |Coverage Status| image:: https://codecov.io/github/h5preserve/h5preserve/coverage.svg?branch=master
           :target: https://codecov.io/github/h5preserve/h5preserve?branch=master
        .. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.593007.svg
           :target: https://doi.org/10.5281/zenodo.593007
        
        .. _h5py: http://www.h5py.org/
        .. _hdf5: https://www.hdfgroup.org/HDF5/
        .. _camel: https://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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.4
