Mosallamy / refdiff-python

Python refactoring extraction tool for GitHub commit history
6 stars 4 forks source link

RefDiff Python - Plugin

Installation

Parser

pip install -r requirements.txt
usage: parser.py [-h] -f FILE [-p]

RefDiff parser for Python programming language

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  input file
  -p, --pretty          output json in pretty format

Example of usage

./parser.py --file example.py --pretty