Metadata-Version: 2.1
Name: niworkflows
Version: 1.3.10
Summary: NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain.
Home-page: https://github.com/nipreps/niworkflows
Author: The NiPreps Developers
Author-email: nipreps@gmail.com
License: 3-clause BSD
Project-URL: Documentation, https://www.nipreps.org/niworkflows
Project-URL: GitHub, 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 :: BSD License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
Requires-Dist: attrs
Requires-Dist: jinja2
Requires-Dist: matplotlib >=2.2.0
Requires-Dist: nibabel >=3.0.1
Requires-Dist: nilearn !=0.5.0,!=0.5.1,>=0.2.6
Requires-Dist: nipype !=1.7.0,>=1.5.1
Requires-Dist: nitransforms <20.2,>=20.0.0rc3
Requires-Dist: numpy
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: pybids <0.15,>=0.11.1
Requires-Dist: PyYAML
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: seaborn
Requires-Dist: svgutils ==0.3.1
Requires-Dist: transforms3d
Requires-Dist: templateflow >=0.6
Provides-Extra: all
Requires-Dist: pydot >=1.2.3 ; extra == 'all'
Requires-Dist: pydotplus ; extra == 'all'
Requires-Dist: sphinx <3.0,>=2.1.2 ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: sphinxcontrib-apidoc ~=0.3.0 ; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'all'
Requires-Dist: sphinxcontrib-versioning ; extra == 'all'
Requires-Dist: duecredit ; extra == 'all'
Requires-Dist: citeproc-py !=0.5.0 ; extra == 'all'
Requires-Dist: pyntcloud ; extra == 'all'
Requires-Dist: flake8 >=3.7.0 ; extra == 'all'
Requires-Dist: coverage <5 ; 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-env ; extra == 'all'
Provides-Extra: doc
Requires-Dist: pydot >=1.2.3 ; extra == 'doc'
Requires-Dist: pydotplus ; extra == 'doc'
Requires-Dist: sphinx <3.0,>=2.1.2 ; extra == 'doc'
Requires-Dist: sphinx-rtd-theme ; extra == 'doc'
Requires-Dist: sphinxcontrib-apidoc ~=0.3.0 ; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'doc'
Requires-Dist: sphinxcontrib-versioning ; extra == 'doc'
Provides-Extra: docs
Requires-Dist: pydot >=1.2.3 ; extra == 'docs'
Requires-Dist: pydotplus ; extra == 'docs'
Requires-Dist: sphinx <3.0,>=2.1.2 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-apidoc ~=0.3.0 ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinxcontrib-versioning ; extra == 'docs'
Provides-Extra: duecredit
Requires-Dist: duecredit ; extra == 'duecredit'
Requires-Dist: citeproc-py !=0.5.0 ; extra == 'duecredit'
Provides-Extra: pointclouds
Requires-Dist: pyntcloud ; extra == 'pointclouds'
Provides-Extra: style
Requires-Dist: flake8 >=3.7.0 ; extra == 'style'
Provides-Extra: test
Requires-Dist: coverage <5 ; extra == 'test'
Requires-Dist: pytest >=4.4 ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-xdist ~=1.28 ; extra == 'test'
Requires-Dist: pytest-env ; extra == 'test'
Provides-Extra: tests
Requires-Dist: coverage <5 ; 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-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://travis-ci.org/nipreps/niworkflows.svg?branch=master
  :target: https://travis-ci.org/nipreps/niworkflows
  :alt: CI status

.. 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/
