Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 591 Bytes

dict-diff

Dict diff is a python module that lets you get and apply diffs of python dictionaries

Examples

Use diff = diff(original_dict, another_dict) to get the diff between the dictionaries

Use another_dict = apply_diff(original_dict, diff) to get back another_dict

Installation

PyPI

This package is available on PyPI. Use pip install dictionary-diff to install it

Contributing

Open an issue or a pull request