Skip to content

Python refactoring extraction tool for GitHub commit history

Notifications You must be signed in to change notification settings

Mosallamy/refdiff-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RefDiff Python - Plugin

Installation

  • Clone RefDiff
  • Edit settings.gradle and include refdiff-python at end.
  • Run gradlew eclipse

Parser

  • Install dependencies
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

About

Python refactoring extraction tool for GitHub commit history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published