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 46 47 48 49 50 51 52 53 54 55
|
Source: python-hdf5storage
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,
python-h5py-doc,
python-scipy-doc,
python3-all,
python3-doc,
python3-h5py,
python3-nose,
python3-numpy,
python3-numpydoc,
python3-scipy,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-setuptools
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/python-hdf5storage
Vcs-Git: https://salsa.debian.org/science-team/python-hdf5storage.git
Homepage: https://github.com/frejanordsiek/hdf5storage
Rules-Requires-Root: no
Package: python3-hdf5storage
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-h5py,
python3-numpy
Suggests: python-hdf5storage-doc
Description: high-level utilities to read from and write to HDF5 (Python 3)
This package provides high level utilities to read/write a variety of Python
types to/from HDF5 (Heirarchal Data Format) formatted files. This package also
provides support for MATLAB MAT v7.3 formatted files, which are just HDF5 files
with a different extension and some extra meta-data.
.
This package provides hdf5storage for the Python 3 interpreter.
Package: python-hdf5storage-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Description: documentation for hdf5storage
This package provides high level utilities to read/write a variety of Python
types to/from HDF5 (Heirarchal Data Format) formatted files. This package also
provides support for MATLAB MAT v7.3 formatted files, which are just HDF5 files
with a different extension and some extra meta-data.
.
This package provides the documentation for hdf5storage.
|