Metadata-Version: 2.1
Name: morphonet
Version: 2.0.0.12
Summary: Python API to interact with MorphoNet
Home-page: https://gitlab.inria.fr/efaure/MorphoNet
Author: Emmanuel Faure
Author-email: api@morphonet.com
License: UNKNOWN
Description: # 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
        
        ### Recommandation
        
        We recommend to use the python packages manager [pip](https://pypi.org/project/pip) ` apt-get install python-pip `
        
        Install [imageio](https://pypi.org/project/imageio/) (for Image Handling)  using   `pip install imageio`
        
        Install [scikit-image](https://pypi.org/project/scikit-image/) using   `pip install scikit-image`
        
        Install [scipy](https://pypi.org/project/scipy/) using   `pip install scipy`
        
        Install [vtk](https://pypi.org/project/vtk/) using   `pip install vtk`
        
        You can now install the MorphoNet API using   `pip install morphonet`
        
        
        ### Dependencies
        
        Few plugins in the librairie depends on vt librairies.
        You have to first install it following this [tutorial](https://gitlab.inria.fr/morpheme/vt)
        And then specify the link to vt in your python code such as `morphonet.vt_path="/home/me/Librairies/vt" `
        
        
        
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
