kotfic / h5pyd

h5py distributed - Python client library for HDF Rest API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h5pyd

https://travis-ci.org/HDFGroup/h5pyd.svg?branch=develop

Python client library for HDF5 REST interface

Introduction

This repository contains library, test, and examples of h5pyd - a Python package for the HDF REST interface.

The library is provides a high-level interface to the REST specification that is generally easier to use than invoking http calls directly.

The package is based on the popular h5py package and aims to be source compatible with the h5py high level interface.

Websites

Related Projects

Installing

Via pip:

pip install h5pyd

From a release tarball or Git checkout:

python setup.py install

By default the examples look for a local instance of h5serv. See the https://github.com/HDFGroup/h5serv for instructions on installing and running h5serv.

Uninstalling

Just remove the install directory and all contents to uninstall.

Reporting bugs (and general feedback)

Create new issues at http://github.com/HDFGroup/h5pyd/issues for any problems you find.

For general questions/feedback, please use the hdf list (hdf-forum@lists.hdfgroup.org).

About

h5py distributed - Python client library for HDF Rest API

License:Other


Languages

Language:Python 100.0%Language:Shell 0.0%