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 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
Source: nipype
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-sphinx,
python3-sphinxcontrib.apidoc,
python3-dateutil,
python3-numpydoc,
python3-packaging,
python3-pytest <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-pydot,
python3-pydotplus,
python3-click,
python3-etelemetry,
python3-filelock,
python3-matplotlib,
python3-nbsphinx,
python3-nibabel,
python3-nitime,
python3-nipy,
python3-simplejson,
python3-scipy,
python3-sympy,
python3-traits,
python3-mock,
python3-networkx,
python3-funcsigs,
python3-future,
python3-psutil,
python3-prov,
graphviz,
ipython3
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/nipype
Vcs-Git: https://salsa.debian.org/med-team/nipype.git
Homepage: https://nipype.readthedocs.io/en/latest/
Rules-Requires-Root: no
Package: python3-nipype
Architecture: all
Section: python
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
python3-click,
python3-dateutil,
python3-dipy,
python3-packaging,
python3-scipy,
python3-simplejson,
python3-traits,
python3-nibabel,
python3-networkx,
python3-etelemetry,
python3-funcsigs,
python3-future,
python3-prov,
python3-psutil
Recommends: ipython3,
python3-pytest,
graphviz,
python3-xvfbwrapper,
mayavi2,
python3-mock,
python3-pydotplus,
python3-pydot,
python3-cfflib
Suggests: fsl-core,
afni,
python3-nipy,
slicer,
matlab-spm8,
python3-pyxnat,
mne-python,
elastix,
ants,
python3-pytest-xdist,
python3-bids
Provides: ${python3:Provides}
Description: Neuroimaging data analysis pipelines in Python3
Nipype interfaces Python to other neuroimaging packages and creates
an API for specifying a full analysis pipeline in Python. Currently,
it has interfaces for SPM, FSL, AFNI, Freesurfer, but could be
extended for other packages (such as lipsia).
Package: python-nipype-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
libjs-jquery,
libjs-underscore
Suggests: python3-nipype
Multi-Arch: foreign
Description: Neuroimaging data analysis pipelines in Python3 -- documentation
Nipype interfaces Python to other neuroimaging packages and creates
an API for specifying a full analysis pipeline in Python. Currently,
it has interfaces for SPM, FSL, AFNI, Freesurfer, but could be
extended for other packages (such as lipsia).
.
This package contains Nipype examples and documentation in various formats.
|