Metadata-Version: 2.0
Name: hdf5widget
Version: 0.1.0
Summary: This is hdf5widget, a widget for viewing the contents of a HDF5-file in Jupyter Notebooks using ipywidgets.
Home-page: https://github.com/m-rossi/hdf5widget
Author: Marco Rossi
Author-email: developer@marco-rossi.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: jupyter,hdf5,notebook
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Jupyter
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Requires-Dist: h5py
Requires-Dist: ipywidgets (>=7.0)

HDF5-Widget
===========

|PyPi Version|

This is hdf5widget, a widget for viewing the contents of a
`HDF5 <https://support.hdfgroup.org/HDF5/>`__-file in
`Jupyter <http://jupyter.org/>`__ Notebooks using
`ipywidgets <https://github.com/jupyter-widgets/ipywidgets>`__.

Install
-------

Installing with pip
~~~~~~~~~~~~~~~~~~~

::

    pip install hdf5widget

Installing with conda
~~~~~~~~~~~~~~~~~~~~~

::

    conda install -c mrossi hdf5widget

Usage
-----

Assume you have a HDF-file ``file.hdf5``.

.. code:: python

    from hdf5widget import HDF5Widget

    HDF5Widget('file.hdf5').widget

.. |PyPi Version| image:: https://img.shields.io/pypi/v/hdf5widget.svg
   :target: https://pypi.python.org/pypi/hdf5widget


