Metadata-Version: 2.3
Name: xnat-dashboard
Version: 0.0.6
Summary: Dashboard showing the users and projects in a XNAT instance.
Keywords: XNAT,Dashboard,nicegui
Author: Patrick de Koning
Author-email: Patrick de Koning <pjhdekoning@lumc.nl>
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.10
Classifier: Environment :: Web Environment
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Typing :: Typed
Requires-Dist: fastapi
Requires-Dist: humanize
Requires-Dist: loguru
Requires-Dist: nicegui>=3.8.0
Requires-Dist: pandas<3.0.0
Requires-Dist: pyarrow
Requires-Dist: python-dotenv
Requires-Dist: uvicorn
Requires-Dist: xnat
Requires-Python: >=3.10
Project-URL: Documentation, https://xnat-dashboard.readthedocs.io
Project-URL: Homepage, https://lkeb.nl
Project-URL: Repository, https://gitlab.com/lkeb/xnat_dashboard
Project-URL: Issues, https://gitlab.com/lkeb/xnat_dashboard/issues
Description-Content-Type: text/markdown

# XNAT-Dashboard

## environment variables
- SERVER: _URL of the XNAT instance, i.e. https://localhost_
- UPDATE_INTERVAL= _Data refresh interval in hours_
- TITLE= _Title shown on the top right of every page_
- PORT= _port on which the web page is available_
- DEFAULT_ROUTE= _redirect to this page when accessing the root page_
- PRIMARY_COLOR= _color for the header/footer_
- BACKGROUND_COLOR= _color for the background_
<!--
- SECONDARY_COLOR= _color for the buttons_
- PROJECT_COLOR= _not used at the moment_
- SUBJECTS_COLOR= _not used at the moment_
- EXPERIMENTS_COLOR= _not used at the moment_
- THEME_COLOR_5= _not used at the moment_
- ATTENTION_COLOR= _not used at the moment_
-->
- LOGO= _base64 png with the logo, i.e. 'data:image/png;base64,...'_