Metadata-Version: 2.1
Name: whichimg
Version: 0.0.1
Summary: blazing fast template matching when possible images are all known
Home-page: https://github.com/Madoshakalaka/whichimg
Author: Matt Yan
Author-email: syan4@ualberta.ca
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/Madoshakalaka/whichimg/issues
Project-URL: Funding, https://github.com/Madoshakalaka/whichimg
Project-URL: Say Thanks!, https://github.com/Madoshakalaka/whichimg
Project-URL: Source, https://github.com/Madoshakalaka/whichimg
Description: # whichimg
        ![travis-badge](https://travis-ci.org/Madoshakalaka/whichimg.svg?branch=master)
        
        blazing fast template matching when possible images are all known
        
        ## Showcase
        
        <!--You picture won't show on pypi if you use relative path.-->
        <!--If you want to add any image, please add the image to readme_assets folder and add the filename as below-->
        <!--![some show case picture](https://raw.githubusercontent.com/Madoshakalaka/whichimg/master/readme_assets/showcasePicture.png)-->
        
        
        ## How to Use
        
        
        `pip install whichimg`
        
        <!--
        
        add some help here 
        
        ```python
        
        ```
        
        -->
        
        
        
        Pip creates command line executable entry point by default
        
        You should be able to run shell command `$whichimg` anywhere.
        
        <!--
        add some command help here
        
        
        - `$ whichimg -i filename`
            - output: `hello world`
        
        -->
        
        - `$ whichimg -h` for more help
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
