1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: python-h5netcdf
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-h5py <!nocheck>,
python3-netcdf4 <!nocheck>,
python3-packaging,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx <!nodoc>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/python-h5netcdf
Vcs-Git: https://salsa.debian.org/science-team/python-h5netcdf.git
Homepage: https://github.com/shoyer/h5netcdf
Package: python3-h5netcdf
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: netCDF4 support via h5py for Python 3
A Python interface for the netCDF4 file-format that reads and writes local or
remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
netCDF library.
.
This package provides the modules for Python 3.
Package: python-h5netcdf-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends}
Description: netCDF4 support via h5py (documentation)
A Python interface for the netCDF4 file-format that reads and writes local or
remote HDF5 files directly via h5py or h5pyd, without relying on the Unidata
netCDF library.
.
This package provides the documentation for h5netcdf.
|