1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: h5sparse
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Nilesh Patra <npatra974@gmail.com>
Build-Depends: debhelper-compat (= 13), python3-all, dh-python, python3-setuptools, python3-nose, python3-six, python3-numpy, python3-scipy, python3-h5py
Standards-Version: 4.5.0
Testsuite: autopkgtest-pkg-python
Vcs-Browser: https://salsa.debian.org/med-team/h5sparse
Vcs-Git: https://salsa.debian.org/med-team/h5sparse.git
Homepage: https://github.com/appier/h5sparse
Rules-Requires-Root: no
Package: python3-h5sparse
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Scipy sparse matrix in HDF5
h5sparse is a Python library which helps
create scipy sparse matrix in HDF5.
|