File: control

package info (click to toggle)
nibabel 3.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,944 kB
  • sloc: python: 39,137; makefile: 266; ansic: 202; sh: 94
file content (64 lines) | stat: -rw-r--r-- 2,370 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
Source: nibabel
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael Hanke <michael.hanke@gmail.com>,
           Yaroslav Halchenko <debian@onerussian.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-fuse,
               python3-bz2file,
               python3-all,
               python3-numpy,
               python3-scipy,
               python3-nose,
               python3-six,
               python3-setuptools,
               help2man,
               python3-sphinx,
               python3-matplotlib,
               python3-texext,
               libjs-mathjax,
               python3-mock,
               python3-numpydoc,
               python3-pytest <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/nibabel
Vcs-Git: https://salsa.debian.org/med-team/nibabel.git
Homepage: https://nipy.org/nibabel/
Rules-Requires-Root: no

Package: python3-nibabel
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-numpy,
         python3-scipy,
         python3-six
Recommends: python3-pydicom,
            python3-fuse
Suggests: python-nibabel-doc,
          python3-mock
Breaks: python-nibabel
Replaces: python-nibabel
Description: Python3 bindings to various neuroimaging data formats
 NiBabel provides read and write access to some common medical and
 neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI,
 NIfTI1, MINC, as well as PAR/REC. The various image format classes give full
 or selective access to header (meta) information and access to the image data
 is made available via NumPy arrays.  NiBabel is the successor of PyNIfTI.

Package: python-nibabel-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         libjs-jquery,
         libjs-mathjax
Description: documentation for NiBabel
 NiBabel provides read and write access to some common medical and
 neuroimaging file formats, including: ANALYZE (plain, SPM99, SPM2), GIFTI,
 NIfTI1, MINC, as well as PAR/REC. The various image format classes give full
 or selective access to header (meta) information and access to the image data
 is made available via NumPy arrays.  NiBabel is the successor of PyNIfTI.
 .
 This package provides the documentation in HTML format.