Skip to content

JanLukasGithub/dict-diff

Repository files navigation

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

About

Get and apply diffs of python dictionaries

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages