wxnatpy is a wxPython widget which allows users
to browse the contents of a XNAT repository. It is built
on top of wxPython and
xnatpy.
wxnatpy is on PyPi - install it through pip:
pip install wxnatpywxnatpy is also on conda-forge - install it
through conda:
conda install -c conda-forge wxnatpyImportant note for Linux users wnatpy depends on wxpython 4 which, for
Linux platforms, is not available on PyPi. Therefore, if you are using Linux,
you will need to install wxPython first - head to
https://extras.wxpython.org/wxPython4/extras/linux/ and find the directory
that matches your OS. Then run this command (change the URL accordingly):
pip install --only-binary wxpython -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpythonThe wxnat.XNATBrowserPanel is a wx.Panel, which is intended to be embedded
in a wxpython application. The wxnat package can also be called as a
standalone application, e.g.:
python -m wxnatThis will open a dialog containing the browser panel, and Download and Close buttons.
Development on wxnatpy began at the 2017 XNAT Developer
Workshop, in Rotterdam, 16th-18th
November 2017, with the support of the Wellcome Centre for Integrative
Neuroimaging.