11# DeepDiff v 5.0.0
22
3- <!-- ! [Downloads](https://img.shields.io/pypi/dm/deepdiff.svg?style=flat) -->
3+ ! [ Downloads] ( https://img.shields.io/pypi/dm/deepdiff.svg?style=flat )
44![ Python Versions] ( https://img.shields.io/pypi/pyversions/deepdiff.svg?style=flat )
5- ![ Doc] ( https://readthedocs.org/projects/deepdiff/badge/?version=latest )
65![ License] ( https://img.shields.io/pypi/l/deepdiff.svg?version=latest )
76[ ![ Build Status] ( https://travis-ci.org/seperman/deepdiff.svg?branch=master )] ( https://travis-ci.org/seperman/deepdiff )
87[ ![ Coverage Status] ( https://coveralls.io/repos/github/seperman/deepdiff/badge.svg?branch=master )] ( https://coveralls.io/github/seperman/deepdiff?branch=master )
98
9+ ## DeepDiff Overview
10+
1011- DeepDiff: Deep Difference of dictionaries, iterables, strings and other objects. It will recursively look for all the changes.
1112- DeepSearch: Search for objects within other objects.
1213- DeepHash: Hash any object based on their content.
@@ -46,12 +47,12 @@ If you are running into trouble installing Murmur3, please take a look at the [T
4647DeepDiff gets the difference of 2 objects.
4748
4849> - Please take a look at the [ DeepDiff docs] ( deepdiff/diff_doc.rst )
49- > - The full documentation can be found on < https://deepdiff.readthedocs.io >
50+ > - The full documentation can be found on < https://zepworks.com/ deepdiff/5.0.0/ >
5051> - Tutorials can be found on < https://zepworks.com/tags/deepdiff/ >
5152
5253## A few Examples
5354
54- > Note: This is just a brief overview of what DeepDiff can do. Please visit < https://deepdiff.readthedocs.io > for full documentation.
55+ > Note: This is just a brief overview of what DeepDiff can do. Please visit < https://zepworks.com/ deepdiff/5.0.0/ > for full documentation.
5556
5657### List difference ignoring order or duplicates
5758
@@ -257,7 +258,7 @@ Example:
257258
258259
259260> - Please take a look at the [ DeepDiff docs] ( deepdiff/diff_doc.rst )
260- > - The full documentation can be found on < https://deepdiff.readthedocs.io >
261+ > - The full documentation can be found on < https://zepworks.com/ deepdiff/5.0.0/ >
261262
262263
263264# Deep Search
@@ -290,7 +291,7 @@ And you can pass all the same kwargs as DeepSearch to grep too:
290291```
291292
292293> - Please take a look at the [ DeepSearch docs] ( deepdiff/search_doc.rst )
293- > - The full documentation can be found on < https://deepdiff.readthedocs.io >
294+ > - The full documentation can be found on < https://zepworks.com/ deepdiff/5.0.0/ >
294295
295296# Deep Hash
296297(New in v4-0-0)
@@ -299,7 +300,7 @@ DeepHash is designed to give you hash of ANY python object based on its contents
299300DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
300301
301302> - Please take a look at the [ DeepHash docs] ( deepdiff/deephash_doc.rst )
302- > - The full documentation can be found on < https://deepdiff.readthedocs.io >
303+ > - The full documentation can be found on < https://zepworks.com/ deepdiff/5.0.0/ >
303304
304305Let's say you have a dictionary object.
305306
@@ -348,7 +349,7 @@ At first it might seem weird why DeepHash(obj)[obj] but remember that DeepHash(o
348349
349350
350351> - Please take a look at the [ DeepHash docs] ( deepdiff/deephash_doc.rst )
351- > - The full documentation can be found on < https://deepdiff.readthedocs.io >
352+ > - The full documentation can be found on < https://zepworks.com/ deepdiff/5.0.0/ >
352353
353354
354355# Using DeepDiff in unit tests
0 commit comments