Metadata-Version: 2.1
Name: h5nav
Version: 0.1.6
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: Say Thanks!, http://saythanks.io/to/example
Project-URL: Source, https://github.com/clapeyre/h5nav
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
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.10)
Requires-Dist: h5py (>=2.5)
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'

# h5nav

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

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

## Installation

Whether for python 2 or 3, it's as simple as:

    pip install h5nav

## Contributing

To install locally, start by getting the files:

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

Make sure you have `pandoc` installed, as it is used to convert the `README.md`
to `README.rst` file. The first is the source, used on GitHub. The latter is
generated, so as to show up on PyPI. Then, run:

    make develop

in your favorite (virtual) environment. You are ready to work in h5nav, and see
your work dynamically updated when calling `h5nav`. Please submit merge
requests directly on GitHub.

## Authors

* [**Corentin J. Lapeyre**](https://clapeyre.github.io/)


