Metadata-Version: 2.1
Name: pybids
Version: 0.15.5
Summary: bids: interface with datasets conforming to BIDS
Home-page: http://github.com/bids-standard/pybids
Author: PyBIDS Developers
Author-email: bids-discussion@googlegroups.com
Maintainer: PyBIDS Developers
Maintainer-email: bids-discussion@googlegroups.com
License: MIT
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: nibabel (>=2.1)
Requires-Dist: pandas (>=0.23)
Requires-Dist: formulaic
Requires-Dist: sqlalchemy (<1.4.0.dev0)
Requires-Dist: bids-validator
Requires-Dist: num2words
Requires-Dist: click (>=8.0)
Provides-Extra: ci_tests
Requires-Dist: pytest (>=3.3) ; extra == 'ci_tests'
Requires-Dist: bsmschema ; extra == 'ci_tests'
Requires-Dist: graphviz ; extra == 'ci_tests'
Requires-Dist: codecov ; extra == 'ci_tests'
Requires-Dist: pytest-cov ; extra == 'ci_tests'
Requires-Dist: pytest-xdist ; extra == 'ci_tests'
Provides-Extra: dev
Requires-Dist: sphinx (!=5.1.0,>=2.2) ; extra == 'dev'
Requires-Dist: numpydoc ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: myst-nb ; extra == 'dev'
Requires-Dist: jupytext ; extra == 'dev'
Requires-Dist: pytest (>=3.3) ; extra == 'dev'
Requires-Dist: bsmschema ; extra == 'dev'
Requires-Dist: graphviz ; extra == 'dev'
Provides-Extra: doc
Requires-Dist: sphinx (!=5.1.0,>=2.2) ; extra == 'doc'
Requires-Dist: numpydoc ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: myst-nb ; extra == 'doc'
Requires-Dist: jupytext ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: sphinx (!=5.1.0,>=2.2) ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: myst-nb ; extra == 'docs'
Requires-Dist: jupytext ; extra == 'docs'
Provides-Extra: plotting
Requires-Dist: graphviz ; extra == 'plotting'
Provides-Extra: plottings
Requires-Dist: graphviz ; extra == 'plottings'
Provides-Extra: test
Requires-Dist: pytest (>=3.3) ; extra == 'test'
Requires-Dist: bsmschema ; extra == 'test'
Provides-Extra: tests
Requires-Dist: pytest (>=3.3) ; extra == 'tests'
Requires-Dist: bsmschema ; extra == 'tests'

PyBIDS
======
PyBIDS is a Python module to interface with datasets conforming BIDS.
See BIDS paper_ and http://bids.neuroimaging.io website for more information.

.. _paper: http://www.nature.com/articles/sdata201644

License
=======
``pybids`` is licensed under the terms of the MIT license. See the file
"LICENSE" for information on the history of this software, terms & conditions
for usage, and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.

Copyright (c) 2016--, PyBIDS developers, Planet Earth
