Metadata-Version: 2.5
Name: niworkflows
Version: 1.15.1
Summary: NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain.
Project-URL: Bug Tracker, https://github.com/nipreps/niworkflows/issues
Project-URL: Documentation, https://www.nipreps.org/niworkflows
Project-URL: GitHub, https://github.com/nipreps/niworkflows
Project-URL: Homepage, https://www.nipreps.org
Project-URL: Source Code, https://github.com/nipreps/niworkflows
Project-URL: Zenodo, https://doi.org/10.5281/zenodo.2650331
Author-email: The NiPreps Developers <nipreps@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Requires-Python: >=3.12
Requires-Dist: acres>=0.5
Requires-Dist: attrs>=23.1
Requires-Dist: jinja2>=3
Requires-Dist: looseversion>=1.3
Requires-Dist: matplotlib>=3.8
Requires-Dist: nibabel>=5.2
Requires-Dist: nilearn>=0.11.1
Requires-Dist: nipype>=1.12.0
Requires-Dist: nitransforms>=24.1.1
Requires-Dist: numpy>=2.2
Requires-Dist: packaging>=23
Requires-Dist: pandas>=2.1
Requires-Dist: pybids>=0.18.1
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: scikit-image>=0.25
Requires-Dist: scipy>=1.12
Requires-Dist: seaborn>=0.13
Requires-Dist: svgutils>=0.3.4
Requires-Dist: templateflow>=24.2
Requires-Dist: transforms3d>=0.4.2
Provides-Extra: all
Requires-Dist: coverage[toml]>=7; extra == 'all'
Requires-Dist: flake8>=3.7.0; extra == 'all'
Requires-Dist: furo; extra == 'all'
Requires-Dist: pydot>=1.2.3; extra == 'all'
Requires-Dist: pydotplus; extra == 'all'
Requires-Dist: pyntcloud; extra == 'all'
Requires-Dist: pytest-cov>=7; extra == 'all'
Requires-Dist: pytest-env>=1.2.0; extra == 'all'
Requires-Dist: pytest-xdist>=3.8; extra == 'all'
Requires-Dist: pytest-xvfb>=2; extra == 'all'
Requires-Dist: pytest>=8; extra == 'all'
Requires-Dist: sphinx; extra == 'all'
Requires-Dist: sphinxcontrib-apidoc; extra == 'all'
Requires-Dist: sphinxcontrib-napoleon; extra == 'all'
Provides-Extra: doc
Requires-Dist: furo; extra == 'doc'
Requires-Dist: pydot>=1.2.3; extra == 'doc'
Requires-Dist: pydotplus; extra == 'doc'
Requires-Dist: sphinx; extra == 'doc'
Requires-Dist: sphinxcontrib-apidoc; extra == 'doc'
Requires-Dist: sphinxcontrib-napoleon; extra == 'doc'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: pydot>=1.2.3; extra == 'docs'
Requires-Dist: pydotplus; extra == 'docs'
Requires-Dist: sphinx; 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[toml]>=7; extra == 'tests'
Requires-Dist: pytest-cov>=7; extra == 'tests'
Requires-Dist: pytest-env>=1.2.0; extra == 'tests'
Requires-Dist: pytest-xdist>=3.8; extra == 'tests'
Requires-Dist: pytest-xvfb>=2; extra == 'tests'
Requires-Dist: pytest>=8; extra == 'tests'
Description-Content-Type: text/x-rst

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/actions/workflows/tox.yml/badge.svg
  :target: https://github.com/nipreps/niworkflows/actions/workflows/tox.yml
  :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/
