Skip to content

blurfx/diff-imitation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diff

A tiny clone of unix diff

Installation

Install requirements

pip install -r requirements.txt

Install as a package (for user)

python setup.py build
python setup.py install

Run unit tests

Run unit tests with pytest

pytest -v

Run demo application

First, Install package (see Installation section above)

# make sure you are in "exmaple" directory
cd example

# demo application requires "colored" package for colored output
pip install -r requirements.txt  

python app.py [file_path1] [file_path2]

# e.g.
# python app.py original.txt changed.txt

About

a tiny clone of unix diff

Topics

Resources

Stars

Watchers

Forks

Languages