pyxnat.Interface

class pyxnat.Interface(server, user=None, password=None, cachedir='/tmp')

Main entry point to access a XNAT server.

>>> central = Interface(server='http://central.xnat.org:8080',
                        user='login',
                        password='pwd',
                        cachedir='/tmp'
                        )
Attributes:

_mode: online | offline :

Online or offline mode

_memlifespan: float :

Lifespan of in-memory cache

Previous topic

pyxnat.Users

Next topic

pyxnat.Inspector

This Page