Don't Repeat Yourself YAML is an extension to YAML that includes references within and across configuration files to reduce boilerplate, string interpolation, and more.
You can install the package in development mode using:
git clone [email protected]:kaifronsdal/dryaml.git
cd dryaml
# create and activate a fresh environment named dryaml
# see environment.yml for details
mamba env create
conda activate dryaml
pre-commit install
pip install --no-build-isolation -e .