Metadata-Version: 2.4
Name: pymlt
Version: 0.4.6
Summary: Add your description here
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: git-cliff
Requires-Dist: scikit-learn
Provides-Extra: dev
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# pymlt
python machine learning template

## links
https://pypi.org/project/pymlt  
https://ghcr.io/benvliet/pymlt
https://pepy.tech/projects/pymlt  # todo: add badges  
https://codecov.io/gh/benvliet/pymlt  # todo: add to pipeline  

## project structure

```
.
├── .github/        # ci/cd pipelines, templates
├── docs/           # documentation
├── notebooks/      # example notebooks
├── scripts/        # example scripts
├── src/            # source code
│   ├── pymlt/      # pymlt package modules
├── tests/          # pytest 
├── .gitignore      # ...
├── Dockerfile      # ...
├── .../            # ...
```