Metadata-Version: 2.4
Name: pyml-cli
Version: 0.1.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: numpy
Requires-Dist: pyprojroot
Requires-Dist: scipy
Requires-Dist: pymc
Requires-Dist: seaborn
Requires-Dist: python-dotenv
Requires-Dist: typer
Requires-Dist: jax
Requires-Dist: sh
Requires-Dist: loguru
Requires-Dist: ruamel-yaml
Requires-Dist: cookiecutter
Requires-Dist: pyyaml

# pyml-cli

Initialize ML projects sanely.

Made with ❤️ by Matthieu Dagommer (@MatDagommer).

## Get started with the package

```bash
pip install pyml-cli
```

## Get started for development

To get started:

```bash
git clone git@github.com:MatDagommer/pyml-cli
cd pyml-cli
pixi install
```
