Metadata-Version: 2.1
Name: SciExpeM-API
Version: 2.0.3.0
Summary: Python wrapper for SciExpeM EndPoints
Home-page: https://github.com/edoardoramalli/SciExpeM_API
Author: Edoardo Ramalli
Author-email: edoardo.ramalli@polimi.it
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Interpreters
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: django
Requires-Dist: simplejson
Requires-Dist: pandas

# SciExpeM_API
API Python wrapper for [SciExpeM](https://sciexpem.chem.polimi.it)

# Install using 'pip'
```sh
$ pip install SciExpeM-API 
```

# Upgrade using 'pip'
```sh
$ 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.

```sh
$ 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.


