An open API service indexing awesome lists of open source software.

https://github.com/chains-project/diffonomy

diffoscope report analysis tool
https://github.com/chains-project/diffonomy

Last synced: 9 months ago
JSON representation

diffoscope report analysis tool

Awesome Lists containing this project

README

          

# Diffonomy - a diffoscope analyzation tool

This project aims to help classify and create aggregate reports for collections of diffoscope files.

## Usage

Set up the python environment.

```bash
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.

```bash
python diff-analyser.py
```