Metadata-Version: 2.1
Name: niworkflows
Version: 1.7.8
Summary: NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain.
Home-page: https://www.nipreps.org
Author: The NiPreps Developers
Author-email: nipreps@gmail.com
License: Apache License, Version 2.0
Project-URL: Documentation, https://www.nipreps.org/niworkflows
Project-URL: GitHub, https://github.com/nipreps/niworkflows
Project-URL: Bug Tracker, https://github.com/nipreps/niworkflows/issues
Project-URL: Source Code, https://github.com/nipreps/niworkflows
Project-URL: Zenodo, https://doi.org/10.5281/zenodo.2650331
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: Apache Software 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/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: attrs
Requires-Dist: jinja2
Requires-Dist: looseversion
Requires-Dist: matplotlib (>=3.4.2)
Requires-Dist: nibabel (>=3.0)
Requires-Dist: nilearn (>=0.5.2)
Requires-Dist: nipype (>=1.8.5)
Requires-Dist: traits (<6.4)
Requires-Dist: nitransforms (>=21.0.0)
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: pybids (>=0.15.1)
Requires-Dist: PyYAML
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: svgutils (>=0.3.4)
Requires-Dist: transforms3d
Requires-Dist: templateflow (>=0.7.2)
Provides-Extra: all
Requires-Dist: furo (~=2021.10.09) ; extra == 'all'
Requires-Dist: pydot (>=1.2.3) ; extra == 'all'
Requires-Dist: pydotplus ; extra == 'all'
Requires-Dist: sphinx (~=4.0) ; extra == 'all'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'all'
Requires-Dist: pyntcloud ; extra == 'all'
Requires-Dist: flake8 (>=3.7.0) ; extra == 'all'
Requires-Dist: coverage (>=5.2.1) ; extra == 'all'
Requires-Dist: pytest (>=4.4) ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-xdist (>=1.28) ; extra == 'all'
Requires-Dist: pytest-xvfb ; extra == 'all'
Requires-Dist: pytest-env ; extra == 'all'
Provides-Extra: doc
Requires-Dist: furo (~=2021.10.09) ; extra == 'doc'
Requires-Dist: pydot (>=1.2.3) ; extra == 'doc'
Requires-Dist: pydotplus ; extra == 'doc'
Requires-Dist: sphinx (~=4.0) ; extra == 'doc'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: furo (~=2021.10.09) ; extra == 'docs'
Requires-Dist: pydot (>=1.2.3) ; extra == 'docs'
Requires-Dist: pydotplus ; extra == 'docs'
Requires-Dist: sphinx (~=4.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Provides-Extra: pointclouds
Requires-Dist: pyntcloud ; extra == 'pointclouds'
Provides-Extra: style
Requires-Dist: flake8 (>=3.7.0) ; extra == 'style'
Provides-Extra: tests
Requires-Dist: coverage (>=5.2.1) ; extra == 'tests'
Requires-Dist: pytest (>=4.4) ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-xdist (>=1.28) ; extra == 'tests'
Requires-Dist: pytest-xvfb ; extra == 'tests'
Requires-Dist: pytest-env ; extra == 'tests'

NeuroImaging workflows (NiWorkflows): robust processing tools for MRI data
==========================================================================

.. image:: https://circleci.com/gh/nipreps/niworkflows/tree/master.svg?style=shield
  :target: https://circleci.com/gh/nipreps/niworkflows/tree/master
  :alt: CI status

.. image:: https://github.com/nipreps/niworkflows/workflows/Python%20package/badge.svg
  :target: https://github.com/nipreps/niworkflows/actions
  :alt: GitHub Actions

.. image:: https://codecov.io/gh/nipreps/niworkflows/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/nipreps/niworkflows
  :alt: Test coverage

*NeuroImaging Workflows (NiWorkflows)* is a selection of image processing workflows
for magnetic resonance images of the brain. It is designed to provide an easily
accessible, state-of-the-art interface that is robust to differences in scan
acquisition protocols and that requires minimal user input.

This open-source neuroimaging data processing tool is being developed as a part of
the MRI image analysis and reproducibility platform offered by the *NiPreps Community*.

**Documentation**: https://www.nipreps.org/niworkflows/
