Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inveniosoftware/dictdiffer
Dictdiffer is a module that helps you to diff and patch dictionaries.
https://github.com/inveniosoftware/dictdiffer
Last synced: 3 days ago
JSON representation
Dictdiffer is a module that helps you to diff and patch dictionaries.
- Host: GitHub
- URL: https://github.com/inveniosoftware/dictdiffer
- Owner: inveniosoftware
- License: other
- Created: 2013-05-25T17:17:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T19:34:45.000Z (10 months ago)
- Last Synced: 2024-10-29T21:24:50.789Z (3 months ago)
- Language: Python
- Homepage: https://dictdiffer.readthedocs.io
- Size: 200 KB
- Stars: 835
- Watchers: 100
- Forks: 93
- Open Issues: 36
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - dictdiffer - Dictdiffer is a module that helps you to diff and patch dictionaries. (Python)
README
============
Dictdiffer
============.. image:: https://github.com/inveniosoftware/dictdiffer/workflows/CI/badge.svg
:target: https://github.com/inveniosoftware/dictdiffer/actions.. image:: https://img.shields.io/coveralls/inveniosoftware/dictdiffer.svg
:target: https://coveralls.io/r/inveniosoftware/dictdiffer.. image:: https://img.shields.io/github/tag/inveniosoftware/dictdiffer.svg
:target: https://github.com/inveniosoftware/dictdiffer/releases.. image:: https://img.shields.io/pypi/dm/dictdiffer.svg
:target: https://pypi.python.org/pypi/dictdiffer.. image:: https://img.shields.io/github/license/inveniosoftware/dictdiffer.svg
:target: https://github.com/inveniosoftware/dictdiffer/blob/master/LICENSEAbout
=====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 https://dictdiffer.readthedocs.io or can be
built using Sphinx: ::pip install dictdiffer[docs]
python setup.py build_sphinxTesting
=======Running the test suite is as simple as: ::
./run-tests.sh