Metadata-Version: 2.1
Name: bidsschematools
Version: 0.5.1
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE
Requires-Dist: click
Requires-Dist: pyyaml
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'
Provides-Extra: doc
Requires-Dist: sphinx (>=1.5.3) ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
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

A Python library for working with the BIDS schema.

[![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)
