Skip to content

python diff implementation providing data structures as output as oppposed to text-based diffs

License

Notifications You must be signed in to change notification settings

luminousflux/overdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Overdiff is a diff implementation based heavily on python 2.6's difflib and even copying code from there.

Instead of returning the diff as text output, it returns data structures describing changes. It also allows specification of a different threshold for matching interline changes.

It is an exploratory project, which means its API is in constant flux. Especially the overdiff.overdiff function will change. A lot.

About

python diff implementation providing data structures as output as oppposed to text-based diffs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages