Installation
Package Install
pip install drcutils
Editable Install
git clone https://github.com/cmudrc/drcutils.git
cd drcutils
python -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -e ".[dev]"
Maintainer Shortcut
make dev
Notes
drcutils is primarily intended for internal lab use, where shared utility
behavior across repositories matters more than a broad public API surface.