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
- Host: GitHub
- URL: https://github.com/chains-project/diffonomy
- Owner: chains-project
- License: mit
- Created: 2025-04-23T12:45:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-22T07:18:56.000Z (10 months ago)
- Last Synced: 2025-09-10T00:39:17.003Z (9 months ago)
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_types.py
- License: LICENSE
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
```