Metadata-Version: 2.1
Name: morphonet
Version: 2.0.0.73
Summary: Python API to interact with MorphoNet
Home-page: https://gitlab.inria.fr/efaure/MorphoNet
Author: Emmanuel Faure
Author-email: api@morphonet.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: numpy
Requires-Dist: vtk
Requires-Dist: imageio
Requires-Dist: scikit-image
Requires-Dist: scipy
Requires-Dist: nibabel

# MorphoNet


This is an API is used to interact with MorphoNet with python script.
You can find more help and tutorials on the MorphoNet website : http://www.morphonet.org

## Installation
This API work on python 3.7
You can simply install the MorphoNet API using   `pip install morphonet`

### Dependencies
The package will automatically install some dependencies :
* [numpy](https://pypi.org/project/numpy/)
* [scikit-image](https://pypi.org/project/scikit-image/)
* [scipy](https://pypi.org/project/scipy/) 
* [vtk](https://pypi.org/project/vtk/) (to convert the segmentation in meshes)
* [request](https://pypi.org/project/requests/) (to interrogate the morphonet server)
* [imageio](https://pypi.org/project/imageio/) (for Image Handling)
* [nibabel](https://pypi.org/project/nibabel/) (to load and save in nii format)




