Metadata-Version: 1.1
Name: compare-images
Version: 0.1.37
Summary: compare images
Home-page: http://github.com/looking-for-a-job/compare-images.php.cli
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. image:: https://img.shields.io/badge/language-PHP-.svg
            :target: none
        .. image:: https://img.shields.io/pypi/pyversions/compare-images.svg
            :target: https://pypi.org/pypi/compare-images/
        .. image:: https://img.shields.io/pypi/v/compare-images.svg
            :target: https://pypi.org/pypi/compare-images
        
        |
        
        Install
        ```````
        
        
        .. code:: bash
        
            `[sudo] pip install compare-images`
        
        Usage
        `````
        
        
        .. code:: bash
        
            usage: compare-images.php image1 image2
        
        
        Examples
        ````````
        
        
        .. code:: bash
        
            $ compare-images.php image1.jpg image2.jpg # $? != 0 if not equal
            
            $ compare-images.php image1.jpg image1.jpg # $? == 0, equal 100% :)
        
Keywords: image
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
