Source: python-hdf5plugin Section: python Priority: optional Maintainer: Debian Science Maintainers Uploaders: Freexian Packaging Team Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, # Testing: hdf5-filter-plugin-blosc-serial , hdf5-filter-plugin-bz2-serial , hdf5-filter-plugin-lz4-serial , hdf5-filter-plugin-zfp-serial , hdf5-plugin-lzf , python3-numpy , python3-h5py , # Documentation: dh-sequence-sphinxdoc , python3-sphinx , python3-nbsphinx , python3-sphinx-rtd-theme , pandoc Standards-Version: 4.6.1 Rules-Requires-Root: no Testsuite: autopkgtest, autopkgtest-pkg-python Homepage: https://github.com/silx-kit/hdf5plugin Vcs-Git: https://salsa.debian.org/science-team/python-hdf5plugin.git Vcs-Browser: https://salsa.debian.org/science-team/python-hdf5plugin Package: python3-hdf5plugin Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-h5py Recommends: hdf5-filter-plugin-blosc-serial, hdf5-filter-plugin-bz2-serial, hdf5-filter-plugin-lz4-serial, hdf5-filter-plugin-zfp-serial, hdf5-plugin-lzf Description: Python library to make HDF5 compression filters usable from h5py hdf5plugin provides h5py extensions to control HDF5 compression filters plugins installed in the system. . The package supports providing options to: * blosc * bitshuffle * lz4 * FCIDECOMP * ZFP * zstd . These filter plugins are not provided by this package and need to be installed using their own packages. Package: python3-hdf5plugin-doc Build-Profiles: Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: Python library to make HDF5 compression filters usable from h5py (documentation) hdf5plugin provides h5py extensions to control HDF5 compression filters plugins installed in the system. . The package supports providing options to: * blosc * bitshuffle * lz4 * FCIDECOMP * ZFP * zstd . These filter plugins are not provided by this package and need to be installed using their own packages. . This is the documentation for hdf5plugin.