Metadata-Version: 2.1
Name: Melchizedek
Version: 0.0.4
Summary: Hugo's Personnal package for own code reuse
Home-page: UNKNOWN
Author: Hugo Six
Author-email: hugo.six.pro@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: seaborn
Requires-Dist: matplotlib
Requires-Dist: numpy (==1.19.2)
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: pytest
Requires-Dist: tensorflow

# Melchizedek
Personal code repo

Create venv (Python3.8)  
Run `pip install -r requirements.txt`.  
Run `pip install -e .` or `python setup_py develop` to resolve module.  


