Metadata-Version: 1.1
Name: img-percent-diff
Version: 0.1.0
Summary: Calculates the percent area that two images differ
Home-page: https://github.com/cpc/img-percent-diff
Author: Mike Charles
Author-email: mike.charles@noaa.gov
License: CC
Description: Image Percent Diff
        ==================
        
        [![Build Status](https://travis-ci.org/noaa-nws-cpc/img-percent-diff.svg?branch=master)](https://travis-ci.org/noaa-nws-cpc/img-percent-diff) [![Coverage Status](https://coveralls.io/repos/github/noaa-nws-cpc/img-percent-diff/badge.svg?branch=master)](https://coveralls.io/github/noaa-nws-cpc/img-percent-diff?branch=master)
        
        Calculates the percent area that two images differ. This is useful for unit tests when you have to compare an image created by a unit test with a baseline image in the repo.
        
        - Free software: Creative Commons license
        
        Installation
        ------------
        
        Create your virtual environment
        
            $ virtualenv <env-name>
        
        Then activate your virtual environment and install `img-percent-diff`
        
            $ source <env-name>/bin/activate
            $ pip install img-percent-diff
        
        Credits
        -------
        
        This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the
        [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage) project template.
        
        
        # Change Log
        
        All notable changes to this project will be documented in this file.
        This project adheres to [Semantic Versioning](http://semver.org/).
        
        ## [0.1.0] - 2016-07-28
        
        ### Added
        
        - Something
        - Something else
        
        ### Changed
        
        - Something
        - Something else
        
        ### Fixed
        
        - Something
        - Something else
        
Keywords: img-percent-diff
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
