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
|
Source: pyxnat
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>,
Michael Hanke <michael.hanke@gmail.com>,
Étienne Mollier <emollier@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-lxml,
python3-httplib2,
python3-requests,
python3-pytest,
python3-pandas
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/med-team/pyxnat
Vcs-Git: https://salsa.debian.org/med-team/pyxnat.git
Homepage: https://github.com/pyxnat/pyxnat
Rules-Requires-Root: no
Package: python3-pyxnat
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-lxml,
python3-httplib2,
python3-pandas <!nocheck>
Recommends: python3-networkx,
python3-matplotlib
Provides: ${python:Provides}
Description: Interface to access neuroimaging data on XNAT servers
pyxnat is a simple Python library that relies on the REST API provided
by the XNAT platform since its 1.4 version. XNAT is an extensible
database for neuroimaging data. The main objective is to ease
communications with an XNAT server to plug-in external tools or Python
scripts to process the data. It features:
.
- resources browsing capabilities
- read and write access to resources
- complex searches
- disk-caching of requested files and resources
|