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

Beginner Guides

New to your_python_package? Check out the Tutorials. They are a hands-on introduction for beginners.

User Guides

The user guides are recipes for key tasks and common problems.

Reference Guide

The reference guide contains a detailed description of the configuration options, directives, and templates included in your_python_package.

Contributor Guides

Want to add to the codebase? The contributing guidelines will guide you through the process of improving your_python_package.

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

Indices and tables#