Metadata-Version: 2.1
Name: bidsschematools
Version: 0.3.0
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 :: 3 - Alpha
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
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tabulate
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: codecov ; extra == 'all'
Requires-Dist: coverage (<5.0) ; extra == 'all'
Requires-Dist: flake8 (<5.0) ; 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: tests
Requires-Dist: codecov ; extra == 'tests'
Requires-Dist: coverage (<5.0) ; extra == 'tests'
Requires-Dist: flake8 (<5.0) ; 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)
