Metadata-Version: 2.4
Name: human-brain-atlases
Version: 0.1.0
Summary: A simple package with a plusplus function
Home-page: https://github.com/liuforest/human-brain-atlases
Author: liuforest
Author-email: liuforest <email@email.com>
License: MIT
Project-URL: Homepage, https://github.com/liuforest/human-brain-atlases
Project-URL: Bug Tracker, https://github.com/liuforest/human-brain-atlases/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# human-brain-atlases
 Human brain atlas parcellations based on the MNI152 template

## Usage

```python
from human_brain_atlases import plusplus

result = plusplus(1, 2) # returns 3 -- for testing
