Metadata-Version: 2.1
Name: bidsschematools
Version: 0.11.3.post3
Summary: Python tools for working with the BIDS schema.
Home-page: https://github.com/bids-standard/bids-specification
Author: bids-standard developers
Author-email: bids.maintenance@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE
Requires-Dist: click
Requires-Dist: pyyaml
Requires-Dist: jsonschema
Requires-Dist: importlib-resources ; python_version < "3.9"
Provides-Extra: all
Requires-Dist: sphinx (>=1.5.3) ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: tabulate ; extra == 'all'
Requires-Dist: pandas ; extra == 'all'
Requires-Dist: markdown-it-py ; extra == 'all'
Requires-Dist: codecov ; extra == 'all'
Requires-Dist: coverage[toml] ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: flake8-black ; extra == 'all'
Requires-Dist: flake8-isort ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pyparsing ; extra == 'all'
Provides-Extra: doc
Requires-Dist: sphinx (>=1.5.3) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Provides-Extra: expressions
Requires-Dist: pyparsing ; extra == 'expressions'
Provides-Extra: render
Requires-Dist: tabulate ; extra == 'render'
Requires-Dist: pandas ; extra == 'render'
Requires-Dist: markdown-it-py ; extra == 'render'
Provides-Extra: tests
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: coverage[toml] ; extra == 'tests'
Requires-Dist: flake8 ; extra == 'tests'
Requires-Dist: flake8-black ; extra == 'tests'
Requires-Dist: flake8-isort ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'

# BIDS Schema Tools

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/bids-standard/bids-specification/branch/master/graph/badge.svg)](https://codecov.io/gh/bids-standard/bids-specification)
[![Gentoo (::science)](https://repology.org/badge/version-for-repo/gentoo_ovl_science/bidsschematools.svg?header=Gentoo%20%28%3A%3Ascience%29)](https://repology.org/project/bidsschematools/versions)
[![PyPI version fury.io](https://badge.fury.io/py/bidsschematools.svg)](https://pypi.org/project/bidsschematools/)

A Python library (available after installation in the Python interpreter as `bidsschematools`)
for working with the [Brain Imaging Data Structure (BIDS)](https://bids.neuroimaging.io/) schema.

Features:
* lightweight
* reference schema parsing implementation used for schema testing
* simple CLI bindings (e.g. `bst export`)

If you have questions, you can post them in one of several channels where BIDS members are active:
  - the [NeuroStars](https://neurostars.org/tags/bids) discourse forum
  - the [BrainHack Mattermost](https://mattermost.brainhack.org),
    for instant messaging (see also this [news item](https://bids.neuroimaging.io/2020/06/24/Join-the-BIDS-community-on-the-BrainHack-Mattermost.html))
  - the [Google group](https://groups.google.com/forum/#!forum/bids-discussion),
    for broader discussions surrounding BIDS
