danielduhh / dictdiffer

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

Home Page:https://dictdiffer.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictdiffer

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.io 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

About

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

https://dictdiffer.readthedocs.io

License:Other


Languages

Language:Python 99.4%Language:Shell 0.6%