7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
15 rev = "refs/tags/v${version}";
16 hash = "sha256-xOSGykG6D2Am/gnAPoqLOvIQz6FfxRQe9lPyRHxUoew=";
19 propagatedBuildInputs = [
26 pythonImportsCheck = [
31 mkdir src/hdf5plugin/plugins
35 description = "Additional compression filters for h5py";
37 hdf5plugin provides HDF5 compression filters and makes them usable from h5py.
38 Supported encodings: Blosc, Blosc2, BitShuffle, BZip2, FciDecomp, LZ4, SZ, SZ3, Zfp, ZStd
40 homepage = "http://www.silx.org/doc/hdf5plugin/latest/";
41 license = licenses.mit;
42 maintainers = with maintainers; [ pbsds ];