Metadata-Version: 2.4
Name: pytractoviz
Version: 0.3.4
Summary: Python tools for diffusion tractography visualization
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: Topic :: Documentation
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Project-URL: Homepage, https://mcw-meier-lab.github.io/pytractoviz
Project-URL: Documentation, https://mcw-meier-lab.github.io/pytractoviz
Project-URL: Changelog, https://mcw-meier-lab.github.io/pytractoviz/changelog
Project-URL: Repository, https://github.com/mcw-meier-lab/pytractoviz
Project-URL: Issues, https://github.com/mcw-meier-lab/pytractoviz/issues
Project-URL: Discussions, https://github.com/mcw-meier-lab/pytractoviz/discussions
Requires-Python: >=3.10
Requires-Dist: dipy>=1.11.0
Requires-Dist: fury>=0.12.0
Requires-Dist: imageio>=2.37.2
Requires-Dist: xvfbwrapper>=0.2.15
Description-Content-Type: text/markdown

# pyTractoViz

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

Python tools for diffusion tractography visualization

## Installation

```bash
pip install pytractoviz
```

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

```bash
uv tool install pytractoviz
```


