Metadata-Version: 1.1
Name: h5netcdf
Version: 0.1
Summary: netCDF4 via h5py
Home-page: https://github.com/shoyer/h5netcdf
Author: Stephan Hoyer
Author-email: shoyer@gmail.com
License: BSD
Description: h5netcdf
        ========
        
        .. image:: https://travis-ci.org/shoyer/h5netcdf.svg?branch=master
            :target: https://travis-ci.org/shoyer/h5netcdf
        
        A Python interface for netCDF4_ files reads and writes HDF5 files API directly
        via h5py_, without relying on the Unidata netCDF library.
        
        The API design closely follows netCDF4-python_. It currently passes basic
        tests for reading and writing netCDF4 files with Python, but it has not been
        tested for compatibility with other netCDF4 interfaces.
        
        License: `3-clause BSD`_
        
        .. _netCDF4: https://www.unidata.ucar.edu/software/netcdf/docs/netcdf/NetCDF_002d4-Format.html
        .. _h5py: http://www.h5py.org/
        .. _netCDF4-python: https://github.com/Unidata/netcdf4-python
        .. _3-clause BSD: https://github.com/shoyer/h5netcdf/blob/master/LICENSE.txt
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
