Skip to content

britonad/dffr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Build Status Coverage Status Codacy Badge Documentation Status

dffr

The package helps you to find a difference between two mutable Python types.

Kick start

Just simply install the package from PyPi:

pip install dffr

Next steps

Associate the package from a Python console:

>>> from dffr.utils import find_diff
>>> find_diff({'a': 1}, {'a': 1, 'b': 2})
defaultdict(<class 'list'>, {'b': [2]})

About

dffr helps you to find a difference between two mutable Python types

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages