emdfile Documentation

emdfile is a Python package that reads and writes HDF5 files according to the EMD 1.0 standard. It defines read and save functions and a small set of classes which together interface between EMD 1.0 and Python runtime objects.

Installation, examples and usage, subclassing, and the API follow. If you run into any issues, please let us know by filing an issue on github.

Installation

Install with

pip install emdfile

from the command line.

Contents