Package ez_img_diff

The purpose of this package is mainly to provide an easy CLI tool for diffing images, however there is also an API available to make doing this programatically easier as well

Expand source code
"""
The purpose of this package is mainly to provide an easy CLI tool for diffing images, however there is also an API available to make doing this programatically easier as well

"""
__version__ = "0.1.0"

Sub-modules

ez_img_diff.api

The api for ez_img_diff, contains a single function …

ez_img_diff.cli

This is the primary entrypoint for the img_diff script …