File: control

package info (click to toggle)
python-nixio 1.5.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,888 kB
  • sloc: python: 12,527; cpp: 832; makefile: 25
file content (57 lines) | stat: -rw-r--r-- 2,252 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
Source: python-nixio
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc,
               help2man <!nodoc>,
               python3-all,
               python3-h5py,
               python3-matplotlib,
               python3-numpy,
               python3-pillow,
               python3-pytest,
               python3-pytest-runner,
               python3-scipy,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-wheel
Standards-Version: 4.7.0
Homepage: https://github.com/G-Node/nixpy
Vcs-Git: https://salsa.debian.org/python-team/packages/python-nixio.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-nixio.git
Rules-Requires-Root: no

Package: python3-nixio
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: NIX data model implementation in pure Python
 The NIXIO module is the native Python re-implementation of the NIX C++ library
 for the NIX data model.
 .
 The NIX data model allows one to store fully annotated scientific datasets,
 i.e. the data together with its metadata within the same container.  Long term
 plan is to achieve standardization by providing a common/generic data
 structure for a multitude of data types.
 .
 The current implementations store the actual data using the HDF5 file format
 as a storage backend.

Package: python-nixio-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Section: doc
Description: NIX data model implementation in pure Python - documentation
 The NIXIO module is the native Python re-implementation of the NIX C++ library
 for the NIX data model.
 .
 The NIX data model allows one to store fully annotated scientific datasets,
 i.e. the data together with its metadata within the same container.  Long term
 plan is to achieve standardization by providing a common/generic data
 structure for a multitude of data types.
 .
 This package contains the nixio Python module documentation.