Metadata-Version: 2.1
Name: storeimg
Version: 1.7
Summary: This is a tool which check for compliance iamge is right for Apple Store specifications
Home-page: https://github.com/noinlijin/storeimg
Author: noinlj
Author-email: noinlj@gmail.com
License: UNKNOWN
Description: # storeimg
        
        [![image](https://img.shields.io/pypi/v/storeimg.svg)](https://python.org/pypi/storeimg)
        
        Storeimg can check if the size of your image matches the Apple spec and whether the image has alpha before you upload the image to the App Store.
        
        
        # Installation
        1. Install on python2.7+
        
        ```
        sudo pip install storeimg
        ```
        
        2. use
        
        ```
        storeimg file_path
        
        ```
        
        
Platform: all
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
