Metadata-Version: 2.1
Name: remlapreprocesspy
Version: 4.1.3
Summary: Tool for REMLA backend
Author: Erik Wallinder-Mahler
Author-email: e.f.w.wallindermaehler@student.tudelft.nl
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Flask (==3.0.3)
Requires-Dist: Flask-Cors (==4.0.1)
Requires-Dist: PyYaml (==6.0.1)
Requires-Dist: Sphinx (==5.0.2)
Requires-Dist: click (==8.1.7)
Requires-Dist: flake8 (==6.0.0)
Requires-Dist: flasgger (==0.9.7.1)
Requires-Dist: pylint (==2.13.0)
Requires-Dist: python-dotenv (==0.5.1)
Requires-Dist: scikit-learn (==1.4.2)
Requires-Dist: seaborn (>=0.6.0,<0.7.0)
Requires-Dist: tensorflow (==2.16.1)
Description-Content-Type: text/markdown

# LIB-ML
Internal tools for the ML backend. Includes preproccesing of URLs.

Run example:

```
$ pip install remlapreprocesspy
import remlapreprocesspy
print(preprocess(["test.org","www.test.com"]))
```
