Metadata-Version: 2.4
Name: unveil-python
Version: 0.2.0
Summary: Implementation of UNVEIL
Author-email: Nicolas Delinte <nicolas.delinte@uclouvain.be>
License-Expression: GPL-3.0-only
Project-URL: GitHub, https://github.com/DelinteNicolas/UNVEIL
Keywords: tractography,viewer
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dipy
Requires-Dist: pyvista
Requires-Dist: pyvistaqt
Requires-Dist: PyQt6
Dynamic: license-file

# UNVEIL
[![PyPI](https://img.shields.io/pypi/v/unveil-python?label=pypi%20package)](https://pypi.org/project/unveil-python/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/unveil-python)](https://pypi.org/project/unveil-python/)
![GitHub repo size](https://img.shields.io/github/repo-size/DelinteNicolas/unveil)


A simple tractography viewer implemented in python.

![image](https://github.com/user-attachments/assets/4fbefa7a-3fc2-446a-8835-2844266b14fa)

The GUI is launched with the following python command:

```
import unveil.__main__
```
