This project aims to help classify and create aggregate data for collections of diffoscope files.
Set up the python environment.
python -m venv pythonvenv
source pythonvenv/bin/activate # On Unix/macOS
pip install -r requirements.txt
Run the program with the directory of your diffoscope files as a parameter.
python diff-analyser.py <your-directory-with-diffoscope-files>