Metadata-Version: 2.4
Name: metabolomics_tools
Version: 0.1.0
Summary: Tools for preprocessing data for xcms
Author: Amirhossein Sakhteman
Author-email: amirhossein.sakhteman@tume.de
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pubchempy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## 📦 PyPI
- For documentation refer to

https://metabolomics_tools.readthedocs.io/en/latest/metabolomics_tools.html

You can install this package via pip:

```
pip install metabolomics_tools
```

or first clone the package and then
```
pip install -e .
```


