Metadata-Version: 2.1
Name: xnat-browser
Version: 0.0.6
Summary: Browse XNAT in the terminal
Author-email: Patrick de Koning <pjhdekoning@lumc.nl>
Project-URL: Homepage, https://gitlab.com/lkeb/xnat_browser
Keywords: XNAT,TUI
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xnat
Requires-Dist: typer[all]
Requires-Dist: textual
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: textual-autocomplete
Requires-Dist: textual-fspicker
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'

Browse a XNAT server from the terminal using [Textual](https://github.com/Textualize/textual).

