Metadata-Version: 2.1
Name: cubids-bond-fork
Version: 0.1.0
Summary: BIDS On Disk Editor
Home-page: https://github.com/pennlinc/bond
Author: PennLINC
Author-email: matthew.cieslak@pennmecidine.upenn.edu
License: GNU General Public License v3
Keywords: bond
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: pyyaml
Requires-Dist: pybids
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: numpy
Requires-Dist: sklearn
Requires-Dist: datalad (>=0.13.5)
Requires-Dist: wrapt (<2,>=1.10)
Provides-Extra: all
Requires-Dist: datalad ; extra == 'all'
Requires-Dist: nbsphinx ; extra == 'all'
Requires-Dist: packaging ; extra == 'all'
Requires-Dist: sphinx (>=1.8) ; extra == 'all'
Requires-Dist: sphinx-argparse ; extra == 'all'
Requires-Dist: coverage ; extra == 'all'
Requires-Dist: codecov ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-env ; extra == 'all'
Provides-Extra: datalad
Requires-Dist: datalad ; extra == 'datalad'
Provides-Extra: doc
Requires-Dist: nbsphinx ; extra == 'doc'
Requires-Dist: packaging ; extra == 'doc'
Requires-Dist: sphinx (>=1.8) ; extra == 'doc'
Requires-Dist: sphinx-argparse ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: packaging ; extra == 'docs'
Requires-Dist: sphinx (>=1.8) ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-env ; extra == 'tests'

==================
BOnD: BIDS On Disk
==================


.. image:: https://img.shields.io/pypi/v/bond.svg
        :target: https://pypi.python.org/pypi/bond

.. image:: https://img.shields.io/travis/PennLINC/bond.svg
        :target: https://travis-ci.com/PennLINC/bond

.. image:: https://readthedocs.org/projects/bond/badge/?version=latest
        :target: https://bond.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

``BOnD`` is designed to facilitate the curation and sanity-checking of BIDS
datasets that live on a hard drive. Its has many functions that help curators
follow the Three Steps of Curation. These steps are


  1. Ensure the data is valid BIDS.
  2. Detect potentially multiple *parameter groups* within *key groups*
  3. Test preprocessing pipelines on an example of each *parameter group*.


Step 1: Ensure the data is valid BIDS
-------------------------------------

The BOnD class has a call to a containerized version of the BIDS Validator. The
output of the BIDS validator is collected and converted to a convenient Python object.


=======
History
=======

0.1.0 (2020-10-07)
------------------

* First release on PyPI.


