.. index file for emdfile documentation pages ``emdfile`` Documentation ========================= ``emdfile`` is a Python package that reads and writes `HDF5 `_ files according to the `EMD 1.0 standard `_. It defines :ref:`read ` and :ref:`save ` functions and a small set of :doc:`classes ` which together interface between EMD 1.0 and Python runtime objects. :ref:`Installation `, :doc:`examples and usage `, :doc:`subclassing `, and the :doc:`API ` follow. If you run into any issues, please let us know by `filing an issue `_ on github. .. _installation: ************ Installation ************ Install with .. code-block:: pip install emdfile from the command line. ******** Contents ******** .. toctree:: :maxdepth: 5 :titlesonly: Examples and Usage Subclassing API