Metadata-Version: 2.4
Name: easysurfvis
Version: 1.0.3
Summary: visualize surface map easily
Home-page: https://github.com/SeojinYoon/easy_surf_vis
Author: seojin
Author-email: pures1@hanyang.ac.kr
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: <=3.12
Description-Content-Type: text/markdown
Requires-Dist: SUITPy
Requires-Dist: neuroimagingtools
Requires-Dist: nibabel
Requires-Dist: nilearn
Requires-Dist: opencv-python
Requires-Dist: flask
Requires-Dist: flask-cors
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# easysurfvis

Visualize both hemishphere's surface map
This library is based on surfAnalysis sources(https://github.com/DiedrichsenLab/surfAnalysis).

## Installation

You can install `easysurfvis` via pip:

```bash
pip install easysurfvis
```

Or install from source:

```bash
git clone https://github.com/SeojinYoon/easy_surf_vis.git
cd easy_surf_vis
pip install .
```

## Requirements

Python version must be lower than 3.12
The following dependencies are automatically installed:

- SUITPy
- neuroimagingtools
- nibabel
- nilearn
- opencv-python
- flask
- flask-cors

## Usage

```python
import easysurfvis

# TODO: Add specific usage examples here based on your implementation
```

## License

This project is licensed under the MIT License.

## Author

* **seojin** - pures1@hanyang.ac.kr
* Project Link: https://github.com/SeojinYoon/easy_surf_vis
