Skip to content
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

image

image

H5PyVOL: Python HDF5 VOLs

A simple library providing an abstract data model to implement Python virtual object layers for HDF5.

Usage

Simply from h5pyvol import * in your code and implement a concrete class for each of the provided abstract ones: H5VOL, H5File, H5Group, H5Dataset.

Install from source

python3 setup.py install

Install from pypi

pip install h5pyvol


This is free software released into the public domain under the license AGPL, version 3.0. For more information, please refer to https://www.gnu.org/licenses/agpl-3.0.html