Metadata-Version: 1.1
Name: h5netcdf
Version: 0.1.3
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
        .. image:: https://badge.fury.io/py/h5netcdf.svg
            :target: https://pypi.python.org/pypi/h5netcdf/
        
        A Python interface for the netCDF4_ file-format that reads and writes HDF5
        files API directly via h5py_, without relying on the Unidata netCDF library.
        
        **This is an experimental project.** 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.
        
        Install:
            Ensure you have h5py installed (I recommend using conda_). Then: ``pip
            install h5netcdf``
        
        Docs:
        	TODO, but the API should be almost entirely consistent with
        	netCDF4-python_.
        
        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
        .. _conda: http://conda.io/
        .. _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
