.. index:: !nexusformat; code examples .. _Example-nexusformat: =================================== HDF5 in Python with ``nexusformat`` =================================== ``nexusformat`` provides a higher level API on top of h5py (see chapter :ref:`Example-H5py`). While h5py provides a basic API to read and write HDF5 files, ``nexusformat`` enriches this API with NeXus specific utilities. Please refer to the ``NeXpy`` documentation: https://nexpy.github.io/nexpy/. Code examples ============= * `Write examples for different NeXus classes `_