Metadata-Version: 2.1
Name: GooseHDF5
Version: 0.23.0
Summary: Wrapper around h5py
Author-email: Tom de Geus <tom@geus.me>
Project-URL: Source, https://github.com/tdegeus/GooseHDF5
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: h5py
Requires-Dist: prettytable
Requires-Dist: pyyaml
Requires-Dist: termcolor

[![CI](https://github.com/tdegeus/GooseHDF5/workflows/CI/badge.svg)](https://github.com/tdegeus/GooseHDF5/actions)
[![Documentation Status](https://readthedocs.org/projects/goosehdf5/badge/?version=latest)](https://goosehdf5.readthedocs.io/en/latest/?badge=latest)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/goosehdf5.svg)](https://anaconda.org/conda-forge/goosehdf5)
[![PyPi release](https://img.shields.io/pypi/v/GooseHDF5.svg)](https://pypi.org/project/GooseHDF5/)

# GooseHDF5

A simple wrapper around `h5py` providing some useful Python function and some command-line tools.

Documentation [GooseHDF5.readthedocs.io](http://GooseHDF5.readthedocs.io)

# Disclaimer

This library is free to use under the
[MIT license](https://github.com/tdegeus/GooseHDF5/blob/master/LICENSE).
Any additions are very much appreciated, in terms of suggested functionality, code,
documentation, testimonials, word of mouth advertisement, ....
Bug reports or feature requests can be filed on
[GitHub](https://github.com/tdegeus/GooseHDF5).
As always, the code comes with no guarantee.
None of the developers can be held responsible for possible mistakes.

Download:
[.zip file](https://github.com/tdegeus/GooseHDF5/zipball/master) |
[.tar.gz file](https://github.com/tdegeus/GooseHDF5/tarball/master).

(c - [MIT](https://github.com/tdegeus/GooseHDF5/blob/master/LICENSE))
T.W.J. de Geus (Tom) | tom@geus.me | www.geus.me |
[github.com/tdegeus/GooseHDF5](https://github.com/tdegeus/GooseHDF5)
