Installation#
From PyPI#
pip install malet
From source#
pip install git+https://github.com/dongyeoplee2/Malet.git
Development setup#
Malet uses uv for dependency management:
git clone https://github.com/dongyeoplee2/Malet.git
cd Malet
uv sync
To build the documentation locally:
uv sync --group docs
uv run sphinx-build docs docs/_build/html -b html
open docs/_build/html/index.html
Dependencies#
The following packages are automatically installed with Malet:
Package |
Purpose |
|---|---|
|
Flag parsing and app framework |
|
Git metadata logging |
|
Plot rendering |
|
Configuration objects |
|
Numerical operations |
|
Experiment log DataFrames |
|
CLI output formatting |
|
Plot styling |