Skip to content

grahamegee/diffr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffr

Build Status Coverage Status

Diff and patch python data structures.

This library was designed not only to provide useful visual information about the differences between your data structures, but also to provide a structured Diff object to allow you to use diffs programatically. The library function patch is an example of this.

The following data structures are currently supported.

  • list
  • tuple
  • str
  • set
  • dict
  • namedtuple
  • OrderedDict

Arbitrary nesting of these structures is also handled.

Usage

Check out the examples to learn more.

TODO

Documentation.

About

Diff and patch python objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages