A tested and documented Python package for quantitative research.
- Research question and hypotheses documented
- Data provenance and licence documented
- Reproduction environment defined
- Tests and validation included
- Limitations and failure cases documented
- CITATION.cff updated
python -m venv .venv
source .venv/bin/activate
pip install -e .[dev]
pytest