Reader Inquiry

I am relatively new to Paraview and am looking to make a custom HDF5 reader plugin for data that I am working with through Python. Any help on this would be appreciated.

ParaView binaries from paraview.org come with h5py which you can use in either a Programmable Source or better (IMO) a Python Algorithm plugin.