Skip to content

ramusus/django-diff-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diff Parser

Simple application for parsing diffs and output changes in nice format.

Installation

  • clone the repository
  • enter to the project directory
  • create virtual enviroment - virtualenv env
  • activate virtual enviroment - . ./env/bin/activate
  • install dependencies pip install -r requirements.txt
  • run the project ./manage.py runserver
  • open http://localhost:8000 in browser

Notes

The application uses modified dependency whatthepatch with additionally implemented git diff binary files support. Here is PR for the implementation fully covered with tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages