Python wrapper for SciExpeM EndPoints


Install
pip install SciExpeM-API==2.0.2.7

Documentation

SciExpeM_API

API Python wrapper for SciExpeM

Install using 'pip'

$ pip install SciExpeM-API 

Upgrade using 'pip'

$ pip install SciExpeM-API --upgrade

Install from source code

Download this repository, move inside the directory, create the wheel, and install the package inside your python enviroment.

$ git clone https://github.com/edoardoramalli/SciExpeM_API
$ cd SciExpeM_API
$ python setup.py bdist_wheel 
$ pip install dist/SciExpeM_API-2.0.0-py3-none-any.whl

The last instruction could change based on the OS, and the version of the package.