XNAT Python Client#

A new XNAT client that exposes XNAT objects/functions as python objects/functions.

The XNAT Python client is open-source (licensed under the Apache 2.0 license) and hosted on gitlab at https://gitlab.com/radiology/infrastructure/xnatpy

The official documentation can be found at xnat.readthedocs.org

To install from pypi simply use:

pip install xnat

There is also a conda package available:

conda install -c conda-forge xnat

Alternatively, you can get yourself a copy of the source code:

git clone https://gitlab.com/radiology/infrastructure/xnatpy

Note

This is NOT pyxnat, but a new module which is not as mature but uses a different philisophy for the user interface. Pyxnat is located at: https://pyxnat.github.io/pyxnat

XNAT Client Documentation#

Indices and tables#