Metadata-Version: 2.1
Name: samar
Version: 0.0.1
Summary: 
License: MIT
Author: Minghong Li
Author-email: lmh0066@outlook.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fancyimpute (>=0.7.0,<0.8.0)
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: pandas (>=2.1.3,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: scikit-learn (>=1.3.2,<2.0.0)
Requires-Dist: seaborn (>=0.13.0,<0.14.0)
Description-Content-Type: text/markdown

### develop guidelines
#### environment prepare
```
conda create -n samar python=3.9
conda activate samar
pip install poetry
poetry install
```
#### pre commit
```
poe format
poe test
```

