Metadata-Version: 2.0
Name: h5nav
Version: 0.1.3
Summary: hdf5 file interactive navigation and editing tool
Home-page: https://github.com/clapeyre/h5nav
Author: Corentin J. Lapeyre
Author-email: corentin.lapeyre@gmail.com
License: MIT
Project-URL: Source, https://github.com/clapeyre/h5nav
Project-URL: Say Thanks!, http://saythanks.io/to/example
Description-Content-Type: UNKNOWN
Keywords: h5py interactive
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: numpy (>=1.10)
Requires-Dist: h5py (>=2.5)
Requires-Dist: future (>=0.16.0)
Provides-Extra: dev
Requires-Dist: future; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'

h5nav
=====

|Coverage Status| |python| |release| |Say Thanks!|

Python tool for interactive navigation of an hdf5 file in a “unix shell”
fashion.

Installation
------------

Get the files:

::

    git clone https://github.com/clapeyre/h5nav.git

and install using the make shortcut:

::

    make install

or, if you prefer to get more control, use the usual python method,
*e.g.*:

::

    python setup.py install --user

Authors
-------

-  `**Corentin J. Lapeyre** <https://clapeyre.github.io/>`__

.. |Coverage Status| image:: https://coveralls.io/repos/github/clapeyre/h5nav/badge.svg?branch=master
   :target: https://coveralls.io/github/clapeyre/h5nav?branch=master
.. |python| image:: https://img.shields.io/badge/python-2.7-blue.svg
.. |release| image:: https://img.shields.io/badge/release-v0.1.0-blue.svg
.. |Say Thanks!| image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg
   :target: https://saythanks.io/to/clapeyre


