Skip to main content

Find a difference between two mutable Python types.

Project description

License: MIT Build Status Coverage Status Codacy Badge Documentation Status

dffr

The package helps you to find a difference between two mutable Python types.

from dffr.utils import find_diff

>>> find_diff({'a': 1}, {'a': 1, 'b': 2})
defaultdict(list, {'b': [2]})

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dffr-0.0.2.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

dffr-0.0.2-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page