Metadata-Version: 2.4
Name: pyfsviz
Version: 0.1.6
Summary: Python tools for FreeSurfer visualization and QA
Author-Email: Lezlie Espana <lespana@mcw.edu>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://mcw-meier-lab.github.io/pyFSViz
Project-URL: Documentation, https://mcw-meier-lab.github.io/pyFSViz
Project-URL: Changelog, https://mcw-meier-lab.github.io/pyFSViz/changelog
Project-URL: Repository, https://github.com/mcw-meier-lab/pyFSViz
Project-URL: Issues, https://github.com/mcw-meier-lab/pyFSViz/issues
Project-URL: Discussions, https://github.com/mcw-meier-lab/pyFSViz/discussions
Requires-Python: >=3.10
Requires-Dist: fsqc>=2.1.4
Requires-Dist: importlib-resources>=6.5.2
Requires-Dist: matplotlib>=3.9.4
Requires-Dist: nilearn>=0.12.1
Requires-Dist: nipype>=1.10.0
Requires-Dist: nireports>=25.0.1
Requires-Dist: numpy>=2.0.2
Requires-Dist: pandas>=2.3.3
Requires-Dist: plotly>=6.3.1
Description-Content-Type: text/markdown

# pyFSViz

[![ci](https://github.com/mcw-meier-lab/pyFSViz/workflows/ci/badge.svg)](https://github.com/mcw-meier-lab/pyFSViz/actions?query=workflow%3Aci)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://mcw-meier-lab.github.io/pyFSViz/)
[![pypi version](https://img.shields.io/pypi/v/pyfsviz.svg)](https://pypi.org/project/pyfsviz/)

Python tools for FreeSurfer visualization and QA

## Installation

```bash
pip install pyfsviz
```

With [`uv`](https://docs.astral.sh/uv/):

```bash
uv tool install pyfsviz
```
