wxPython XNAT repository browser
Project description
wxnatpy
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.
Installation
wxnatpy
is on PyPi - install it through pip
:
pip install wxnatpy
wxnatpy
is also on conda-forge - install it
through conda
:
conda install -c conda-forge wxnatpy
Important 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/ wxpython
Usage
The 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 wxnat
This will open a dialog containing the browser panel, and Download and Close buttons.
Acknowledgements
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.
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 wxnatpy-0.4.0.tar.gz
.
File metadata
- Download URL: wxnatpy-0.4.0.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7d6b27c07b3351e85a7ac55abc119817620e2709d5965c7ef335403148bc586 |
|
MD5 | 87c52661143cdd93a24ea21db9688c43 |
|
BLAKE2b-256 | 8bee00b66332e58e9c1d785bf29595cda9f95e323523f01da02bc79677b5c600 |