An XNAT client that exposes the XNAT REST interface as python objects. Part of the interface is automatically generated based on the servers data model as defined by the xnat schema.
Project description
A new XNAT client that exposes XNAT objects/functions as python objects/functions. The aim is to abstract as much of the REST API away as possible and make xnatpy feel like native Python code. This reduces the need for the user to know the details of the REST API. Low level functionality can still be accessed via the connection object which has get, head, put, post, delete methods for more directly calling the REST API.
Disclaimer
This is NOT pyxnat, but a new module which uses a different philosophy for the user interface. Pyxnat is located at: https://pythonhosted.org/pyxnat/
Getting started
To install just use the setup.py normally:
python setup.py install
or install directly using pip:
pip install xnat
To get started, create a connection and start querying:
>>> import xnat >>> session = xnat.connect('https://central.xnat.org', user="", password="") >>> session.projects['Sample_DICOM'].subjects
when using IPython most functionality can be figured out by looking at the available attributes/methods of the returned objects.
Credentials
To store credentials this module uses the .netrc file. This file contains login information and should be accessible ONLY by the user (if not, the module with throw an error to let you know the file is unsafe).
Documentation
The official documentation can be found at xnat.readthedocs.org This documentation is a stub, but shows the classes and methods available.
Status
Currently we do not support the creation of Projects, Subjects, Experiments, etc via code. You can create resources and uploads files to them. Also it is possible to import data via the import service (upload a zip file). There is also some support for working with the prearchive (reading, moving, deleting and archiving).
There is virtuall no documentation or testing, this is a known limitation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file xnat-0.3.9.tar.gz
.
File metadata
- Download URL: xnat-0.3.9.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79c0af5a1e1a3e2029e7bbb85b0cebcc4914b7972af1096f682ca365af882a47 |
|
MD5 | 6557623702ef1d564ac799e5de21938e |
|
BLAKE2b-256 | c4a283cf423fa625743fa7ce3ffaf3161a2fe2858635814e40c6a312f9a332d3 |