Metadata-Version: 2.1
Name: bidso
Version: 0.7
Summary: Transparent Object-Oriented Approach to BIDS in Python
Home-page: https://github.com/gpiantoni/bidso
Author: Gio Piantoni
Author-email: bids@gpiantoni.com
License: MIT
Description: BIDSO
        =====
        Transparent Object-Oriented Approach to BIDS in Python.
        
        Features
        --------
        
        - Pure Python
        - No dependencies
        
        Installation
        ------------
        Install won by running:
        
            pip install bidso
        
        Requirements
        ------------
        - Python 3.6
        
        Status
        ------
        .. image:: https://travis-ci.org/gpiantoni/bidso.svg?branch=master
            :target: https://travis-ci.org/gpiantoni/bidso
        
        .. image:: https://codecov.io/gh/gpiantoni/bidso/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/gpiantoni/bidso
        
        License
        -------
        The project is licensed under the MIT license.
        
Keywords: bids
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: test
