Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
/ xnatum Public archive

🏥 XNATUM is a Python client that exposes XNAT objects and functions.

License

Notifications You must be signed in to change notification settings

rgllm/xnatum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XNATUM

PyPI PyPI - Downloads PyPI - Python Version PyPI - Wheel PyPI - Implementation

XNATUM is a Python client that exposes in a simple way XNAT objects and functions. The aim is to make a simple Python package to everyone to use on top of Xnatpy. This reduces the need for the user to know the details of the REST API.

Getting started

To install just use the setup.py normally:

python setup.py install

or install directly via pip:

pip install xnatum

Useful development commands

To compile it locally:

python setup.py sdist bdist_wheel

To install a local version:

pip install ./dist/<archive> --upgrade

To upload it to Pypi:

python -m twine upload dist/*

Examples

You can find some code examples on how to use this package on the examples folder.

Documentation

The official documentation is avaiable at xnatum.readthedocs.org.

Workflow to contribute

To contribute to XNATUM, first create an Github account. Once this is done, fork the XNATUM repository to have you own repository, clone it using 'git clone'. Make your changes in your clone, push them to your forked repo, test them and when you are happy with them, send a pull request to the main repository.

Status

This package is currently been developed part of my MSc. thesis.

About

🏥 XNATUM is a Python client that exposes XNAT objects and functions.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published