Metadata-Version: 2.1
Name: arcana-xnat
Version: 0.1.0
Summary: An extension of the Arcana framework to apply workflows and analyses on data stored within XNAT data repositories
Keywords: arcana
Author-email: "Thomas G. Close" <tom.g.close@gmail.com>
Maintainer-email: "Thomas G. Close" <tom.g.close@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Dist: arcana-core >=0.8.4
Requires-Dist: xnat >=0.4.3
Requires-Dist: fileformats-core >= 0.1
Requires-Dist: fileformats-common >= 0.1
Requires-Dist: fileformats-medimage >= 0.1
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: packaging ; extra == "doc"
Requires-Dist: docutils>=0.10 ; extra == "doc"
Requires-Dist: mock>1.0 ; extra == "doc"
Requires-Dist: sphinx >=2.1.2 ; extra == "doc"
Requires-Dist: sphinx-argparse>=0.2.0 ; extra == "doc"
Requires-Dist: sphinx-click>=3.1 ; extra == "doc"
Requires-Dist: furo>=2022.2.14.1 ; extra == "doc"
Requires-Dist: numpydoc>=0.6.0 ; extra == "doc"
Requires-Dist: pytest >= 4.4.0 ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-env ; extra == "test"
Requires-Dist: xnat4tests >=0.3.3 ; extra == "test"
Requires-Dist: medimages4tests >=0.3 ; extra == "test"
Requires-Dist: arcana-bids >=0.1 ; extra == "test"
Requires-Dist: codecov ; extra == "test"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

Arcana Extension - XNAT
=======================
.. image:: https://github.com/arcanaframework/arcana-xnat/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/arcanaframework/arcana-xnat/actions/workflows/tests.yml
.. image:: https://codecov.io/gh/arcanaframework/arcana-xnat/branch/main/graph/badge.svg?token=UIS0OGPST7
   :target: https://codecov.io/gh/arcanaframework/arcana-xnat
.. image:: https://img.shields.io/pypi/pyversions/arcana-xnat.svg
   :target: https://pypi.python.org/pypi/arcana-xnat/
   :alt: Supported Python versions
.. image:: https://img.shields.io/pypi/v/arcana-xnat.svg
   :target: https://pypi.python.org/pypi/arcana-xnat/
   :alt: Latest Version
.. image:: https://readthedocs.org/projects/arcana/badge/?version=latest
  :target: http://arcana.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status


An extension of the Arcana framework to apply workflows and analyses on data stored
within XNAT data repositories. It provides the ``Xnat`` and ``XnatViaCS`` data stores
and the ``XnatApp`` deployer.


Quick Installation
------------------

This extension can be installed for Python 3 using *pip*::

    $ pip3 install arcana-xnat

This will also install the core Arcana_ package and any required dependencies.


License
-------

This work is licensed under a
`Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-nc-sa/4.0/>`_

.. image:: https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png
  :target: http://creativecommons.org/licenses/by-nc-sa/4.0/
  :alt: Creative Commons License: Attribution-NonCommercial-ShareAlike 4.0 International

|



.. _Arcana: http://arcana.readthedocs.io

