Analyse how dependencies evolve over a repository’s history and reproduce the example outputs in results/.
Choose one of the following methods:
# 1. Create the environment from the YAML file
conda env create -f environment.yml
# 2. Activate it
conda activate dependency-analysispip install -r requirements.txt
To reproduce the sample outputs in the results/ directory:
./run-dep-analysis.shThe results/ folder contains sample output files showing:
- Per-commit dependency counts by file type (CSV)
- Optional JSON summaries of dependency changes
Use these files as a reference for format and content.
For questions or issues, please open an issue on GitHub:
https://github.com/Konstiu/DependencyAnalysis/issues
Distributed under the Apache License 2.0. See LICENSE for details.