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
Description: ==================
        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.
        
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
Provides-Extra: datalad
Provides-Extra: doc
Provides-Extra: tests
Provides-Extra: docs
Provides-Extra: all
