Metadata-Version: 2.1
Name: arcana-bids
Version: 0.1.0
Summary: An Arcana extension for interacting with Brain Imaging Structure (BIDS) datasets and associated "Apps"
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
Requires-Dist: arcana-dirtree >=0.2.4
Requires-Dist: fileformats-common >=0.1
Requires-Dist: fileformats-medimage >=0.1
Requires-Dist: black ; extra == "dev"
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: codecov ; extra == "test"
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

Arcana Extension - bids
=======================
.. .. image:: https://github.com/arcanaframework/arcana-bids/actions/workflows/tests.yml/badge.svg
..    :target: https://github.com/arcanaframework/arcana-bids/actions/workflows/tests.yml
.. .. image:: https://codecov.io/gh/arcanaframework/arcana-bids/branch/main/graph/badge.svg?token=UIS0OGPST7
..    :target: https://codecov.io/gh/arcanaframework/arcana-bids
.. 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 work with Brain Imaging Data Structure (BIDS)
datasets and apps


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

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

    $ pip3 install arcana-bids

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

License
-------

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

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



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

