simula_bibrestclient.diff — Diff utils

Helpers for generating a diff of two python objects.

simula_bibrestclient.diff.create_diff(pydataA, pydataB)[source]

Return a string containing the diff of pydataA and pydataB.

simula_bibrestclient.diff.create_stringdiff(stringA, stringB)[source]

Return a string containing the diff of stringA and stringB.