File: control

package info (click to toggle)
python-hdf5storage 0.1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 668 kB
  • ctags: 407
  • sloc: python: 3,188; makefile: 133
file content (75 lines) | stat: -rw-r--r-- 2,898 bytes parent folder | download
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
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 (>= 9),
               dh-python,
               python-all,
               python-h5py,
               python-h5py-doc,
               python-nose,
               python-numpy,
               python-numpy-doc,
               python-numpydoc,
               python-scipy,
               python-scipy-doc,
               python-setuptools,
               python-sphinx,
               python3-all,
               python3-doc,
               python3-h5py,
               python3-nose,
               python3-numpy,
               python3-scipy,
               python3-setuptools
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-hdf5storage.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/python-hdf5storage.git
Homepage: https://github.com/frejanordsiek/hdf5storage
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2

Package: python-hdf5storage
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-h5py,
         python-numpy
Suggests: python-hdf5storage-doc
Description: high-level utilities to read from and write to HDF5 (Python 2)
 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 2 interpreter.

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
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.