Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1007 Bytes

File metadata and controls

43 lines (29 loc) · 1007 Bytes

Dictdiffer

https://travis-ci.org/inveniosoftware/dictdiffer.png?branch=master https://coveralls.io/repos/inveniosoftware/dictdiffer/badge.png?branch=master https://pypip.in/v/dictdiffer/badge.png https://pypip.in/d/dictdiffer/badge.png

About

Dictdiffer is a helper module that helps you to diff and patch dictionaries.

Installation

Dictdiffer is on PyPI so all you need is:

pip install dictdiffer

Documentation

Documentation is readable at http://dictdiffer.readthedocs.org or can be built using Sphinx:

pip install dictdiffer[docs]
python setup.py build_sphinx

Testing

Running the test suite is as simple as:

./run-tests.sh