dictdiffer
dictdiffer copied to clipboard
Dictdiffer is a module that helps you to diff and patch dictionaries.
It would be great to have an option ignore_order similar to what deepdiff has: https://pypi.org/project/deepdiff/
Closes https://github.com/inveniosoftware/dictdiffer/issues/168 ### Description Bump Sphinx dev dependency to 5+ to fix the CI failure ### Checklist Ticks in all boxes and 🟢 on all GitHub actions status checks are...
Package version (if known): master ## Describe the bug Sphinx 3 is being installed, which is incompatible with Jinja 3. ## Steps to Reproduce 1. Go to https://github.com/inveniosoftware/dictdiffer/runs/7955284018 ## Expected...
- Added a development requirements file - Set the python3 version in run-tests.sh as default for now - Updated the README Thanks for taking care of the project by the...
Deprecated pytest-runner is not necessary for running the testsuite.
lets say i have an array like: ``` "races": [ { "reportingUnits": [ { "apiAccessTime": sometimestamp } ] } ] ``` I want to ignore `races[?].reportingUnits[?].apiAccessTime` regardless of the array...
As discussed earlier.
Need to apply values from previous dictionaries to new dictionaries that contain keys not in previous. So as to run patch but only apply the 'change' values and nothing else...
I would need to go beyond just dict/set/list data structures in my diffing, i.e. diffing other objects as well. Main target for this would be to support data holder objects:...
Closes #146