Contributing

Development Setup

git clone https://github.com/eskayML/durag.git
cd durag
uv venv
uv pip install -e ".[dev,test,local]"

Running Tests

python -m pytest tests/ -q

Building Docs

cd docs
make html